Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.RuleInner
-
Packages that use RuleInner Package Description com.azure.resourcemanager.servicebus.fluent Package containing the service clients for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.fluent.models Package containing the inner data models for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.models 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 RuleInner Modifier and Type Method Description RuleInnerRulesClient. createOrUpdate(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName, RuleInner parameters)Creates a new rule and updates an existing rule.RuleInnerRulesClient. 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 RuleInner Modifier and Type Method Description Mono<RuleInner>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.Mono<com.azure.core.http.rest.Response<RuleInner>>RulesClient. createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName, RuleInner parameters)Creates a new rule and updates an existing rule.Mono<RuleInner>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.Mono<com.azure.core.http.rest.Response<RuleInner>>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 RuleInner Modifier and Type Method Description RuleInnerRulesClient. createOrUpdate(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, String ruleName, RuleInner parameters)Creates a new rule and updates an existing rule.Mono<RuleInner>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.Mono<com.azure.core.http.rest.Response<RuleInner>>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 RuleInner Modifier and Type Method Description RuleInnerRuleInner. 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.RuleInnerRuleInner. withCorrelationFilter(CorrelationFilter correlationFilter)Set the correlationFilter property: Properties of correlationFilter.RuleInnerRuleInner. withFilterType(FilterType filterType)Set the filterType property: Filter type that is evaluated against a BrokeredMessage.RuleInnerRuleInner. 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 RuleInner Modifier and Type Method Description List<RuleInner>RuleListResult. value()Get the value property: Result of the List Rules operation.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type RuleInner Modifier and Type Method Description RuleListResultRuleListResult. withValue(List<RuleInner> value)Set the value property: Result of the List Rules operation.
-