Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner
Packages that use SBAuthorizationRuleInner
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 SBAuthorizationRuleInner in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent that return SBAuthorizationRuleInnerModifier and TypeMethodDescriptionNamespacesClient.createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates or updates an authorization rule for a namespace.QueuesClient.createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates an authorization rule for a queue.TopicsClient.createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates an authorization rule for the specified topic.DisasterRecoveryConfigsClient.getAuthorizationRule(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName) Gets an authorization rule for a namespace by rule name.NamespacesClient.getAuthorizationRule(String resourceGroupName, String namespaceName, String authorizationRuleName) Gets an authorization rule for a namespace by rule name.QueuesClient.getAuthorizationRule(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName) Gets an authorization rule for a queue by rule name.TopicsClient.getAuthorizationRule(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName) Returns the specified authorization rule.Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type SBAuthorizationRuleInnerModifier and TypeMethodDescriptionNamespacesClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates or updates an authorization rule for a namespace.QueuesClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates an authorization rule for a queue.TopicsClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates an authorization rule for the specified topic.com.azure.core.http.rest.Response<SBAuthorizationRuleInner> NamespacesClient.createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String authorizationRuleName, SBAuthorizationRuleInner parameters, com.azure.core.util.Context context) Creates or updates an authorization rule for a namespace.com.azure.core.http.rest.Response<SBAuthorizationRuleInner> QueuesClient.createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, SBAuthorizationRuleInner parameters, com.azure.core.util.Context context) Creates an authorization rule for a queue.com.azure.core.http.rest.Response<SBAuthorizationRuleInner> TopicsClient.createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, SBAuthorizationRuleInner parameters, com.azure.core.util.Context context) Creates an authorization rule for the specified topic.Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> NamespacesClient.createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates or updates an authorization rule for a namespace.Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> QueuesClient.createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates an authorization rule for a queue.Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> TopicsClient.createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates an authorization rule for the specified topic.DisasterRecoveryConfigsClient.getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName) Gets an authorization rule for a namespace by rule name.NamespacesClient.getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String authorizationRuleName) Gets an authorization rule for a namespace by rule name.QueuesClient.getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName) Gets an authorization rule for a queue by rule name.TopicsClient.getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName) Returns the specified authorization rule.com.azure.core.http.rest.Response<SBAuthorizationRuleInner> DisasterRecoveryConfigsClient.getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName, com.azure.core.util.Context context) Gets an authorization rule for a namespace by rule name.com.azure.core.http.rest.Response<SBAuthorizationRuleInner> NamespacesClient.getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String authorizationRuleName, com.azure.core.util.Context context) Gets an authorization rule for a namespace by rule name.com.azure.core.http.rest.Response<SBAuthorizationRuleInner> QueuesClient.getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, com.azure.core.util.Context context) Gets an authorization rule for a queue by rule name.com.azure.core.http.rest.Response<SBAuthorizationRuleInner> TopicsClient.getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, com.azure.core.util.Context context) Returns the specified authorization rule.Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> DisasterRecoveryConfigsClient.getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName) Gets an authorization rule for a namespace by rule name.Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> NamespacesClient.getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String authorizationRuleName) Gets an authorization rule for a namespace by rule name.Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> QueuesClient.getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName) Gets an authorization rule for a queue by rule name.Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> TopicsClient.getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName) Returns the specified authorization rule.com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> DisasterRecoveryConfigsClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String alias) Gets the authorization rules for a namespace.com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> DisasterRecoveryConfigsClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String alias, com.azure.core.util.Context context) Gets the authorization rules for a namespace.com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> NamespacesClient.listAuthorizationRules(String resourceGroupName, String namespaceName) Gets the authorization rules for a namespace.com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> NamespacesClient.listAuthorizationRules(String resourceGroupName, String namespaceName, com.azure.core.util.Context context) Gets the authorization rules for a namespace.com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> QueuesClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String queueName) Gets all authorization rules for a queue.com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> QueuesClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String queueName, com.azure.core.util.Context context) Gets all authorization rules for a queue.com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> TopicsClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String topicName) Gets authorization rules for a topic.com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> TopicsClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String topicName, com.azure.core.util.Context context) Gets authorization rules for a topic.com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> DisasterRecoveryConfigsClient.listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String alias) Gets the authorization rules for a namespace.com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> NamespacesClient.listAuthorizationRulesAsync(String resourceGroupName, String namespaceName) Gets the authorization rules for a namespace.com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> QueuesClient.listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String queueName) Gets all authorization rules for a queue.com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> TopicsClient.listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String topicName) Gets authorization rules for a topic.Methods in com.azure.resourcemanager.servicebus.fluent with parameters of type SBAuthorizationRuleInnerModifier and TypeMethodDescriptionNamespacesClient.createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates or updates an authorization rule for a namespace.QueuesClient.createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates an authorization rule for a queue.TopicsClient.createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates an authorization rule for the specified topic.NamespacesClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates or updates an authorization rule for a namespace.QueuesClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates an authorization rule for a queue.TopicsClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates an authorization rule for the specified topic.com.azure.core.http.rest.Response<SBAuthorizationRuleInner> NamespacesClient.createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String authorizationRuleName, SBAuthorizationRuleInner parameters, com.azure.core.util.Context context) Creates or updates an authorization rule for a namespace.com.azure.core.http.rest.Response<SBAuthorizationRuleInner> QueuesClient.createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, SBAuthorizationRuleInner parameters, com.azure.core.util.Context context) Creates an authorization rule for a queue.com.azure.core.http.rest.Response<SBAuthorizationRuleInner> TopicsClient.createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, SBAuthorizationRuleInner parameters, com.azure.core.util.Context context) Creates an authorization rule for the specified topic.Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> NamespacesClient.createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates or updates an authorization rule for a namespace.Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> QueuesClient.createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates an authorization rule for a queue.Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> TopicsClient.createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, SBAuthorizationRuleInner parameters) Creates an authorization rule for the specified topic. -
Uses of SBAuthorizationRuleInner in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return SBAuthorizationRuleInnerModifier and TypeMethodDescriptionstatic SBAuthorizationRuleInnerSBAuthorizationRuleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBAuthorizationRuleInner from the JsonReader.SBAuthorizationRuleInner.withRights(List<AccessRights> rights) Set the rights property: The rights associated with the rule. -
Uses of SBAuthorizationRuleInner in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type SBAuthorizationRuleInnerModifier and TypeMethodDescriptionSBAuthorizationRuleListResult.value()Get the value property: Result of the List Authorization Rules operation.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type SBAuthorizationRuleInnerModifier and TypeMethodDescriptionSBAuthorizationRuleListResult.withValue(List<SBAuthorizationRuleInner> value) Set the value property: Result of the List Authorization Rules operation.