Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.RuleInner
Packages that use RuleInner
Package
Description
Package containing the service clients for ServiceBusManagementClient.
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of RuleInner in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent that return RuleInnerModifier and TypeMethodDescriptionRulesClient.createOrUpdate(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName, RuleInner parameters) Creates a new rule and updates an existing rule.RulesClient.get(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName) Retrieves the description for the specified rule.Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type RuleInnerModifier and TypeMethodDescriptionRulesClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName, RuleInner parameters) Creates a new rule and updates an existing rule.com.azure.core.http.rest.Response<RuleInner> RulesClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName, RuleInner parameters, com.azure.core.util.Context context) Creates a new rule and updates an existing rule.RulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName, RuleInner parameters) Creates a new rule and updates an existing rule.RulesClient.getAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName) Retrieves the description for the specified rule.com.azure.core.http.rest.Response<RuleInner> RulesClient.getWithResponse(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName, com.azure.core.util.Context context) Retrieves the description for the specified rule.RulesClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName) Retrieves the description for the specified rule.com.azure.core.http.rest.PagedIterable<RuleInner> RulesClient.listBySubscriptions(String resourceGroupName, String namespaceName, String topicName, String subscriptionName) List all the rules within given topic-subscription.com.azure.core.http.rest.PagedIterable<RuleInner> RulesClient.listBySubscriptions(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, Integer skip, Integer top, com.azure.core.util.Context context) List all the rules within given topic-subscription.com.azure.core.http.rest.PagedFlux<RuleInner> RulesClient.listBySubscriptionsAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName) List all the rules within given topic-subscription.com.azure.core.http.rest.PagedFlux<RuleInner> RulesClient.listBySubscriptionsAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, Integer skip, Integer top) List all the rules within given topic-subscription.Methods in com.azure.resourcemanager.servicebus.fluent with parameters of type RuleInnerModifier and TypeMethodDescriptionRulesClient.createOrUpdate(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName, RuleInner parameters) Creates a new rule and updates an existing rule.RulesClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName, RuleInner parameters) Creates a new rule and updates an existing rule.com.azure.core.http.rest.Response<RuleInner> RulesClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName, RuleInner parameters, com.azure.core.util.Context context) Creates a new rule and updates an existing rule.RulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName, RuleInner parameters) Creates a new rule and updates an existing rule. -
Uses of RuleInner in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return RuleInnerModifier and TypeMethodDescriptionstatic RuleInnerRuleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RuleInner from the JsonReader.RuleInner.withAction(Action action) Set the action property: Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.RuleInner.withCorrelationFilter(CorrelationFilter correlationFilter) Set the correlationFilter property: Properties of correlationFilter.RuleInner.withFilterType(FilterType filterType) Set the filterType property: Filter type that is evaluated against a BrokeredMessage.RuleInner.withSqlFilter(SqlFilter sqlFilter) Set the sqlFilter property: Properties of sqlFilter. -
Uses of RuleInner in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type RuleInnerModifier and TypeMethodDescriptionRuleListResult.value()Get the value property: Result of the List Rules operation.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type RuleInnerModifier and TypeMethodDescriptionSet the value property: Result of the List Rules operation.