Uses of Enum
com.azure.resourcemanager.servicebus.models.AccessRights
Packages that use AccessRights
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 AccessRights in com.azure.resourcemanager.servicebus.fluent
Method parameters in com.azure.resourcemanager.servicebus.fluent with type arguments of type AccessRightsModifier and TypeMethodDescriptionNamespacesClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, List<AccessRights> rights) Creates or updates an authorization rule for a namespace.QueuesClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, List<AccessRights> rights) Creates an authorization rule for a queue.TopicsClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, List<AccessRights> rights) Creates an authorization rule for the specified topic.com.azure.core.http.rest.Response<SBAuthorizationRuleInner>NamespacesClient.createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String authorizationRuleName, List<AccessRights> rights, 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, List<AccessRights> rights, 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, List<AccessRights> rights, 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, List<AccessRights> rights) 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, List<AccessRights> rights) 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, List<AccessRights> rights) Creates an authorization rule for the specified topic. -
Uses of AccessRights in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return types with arguments of type AccessRightsModifier and TypeMethodDescriptionSBAuthorizationRuleInner.rights()Get the rights property: The rights associated with the rule.Method parameters in com.azure.resourcemanager.servicebus.fluent.models with type arguments of type AccessRightsModifier and TypeMethodDescriptionSBAuthorizationRuleInner.withRights(List<AccessRights> rights) Set the rights property: The rights associated with the rule. -
Uses of AccessRights in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return AccessRightsModifier and TypeMethodDescriptionstatic AccessRightsAccessRights.fromString(String value) Parses a serialized value to a AccessRights instance.static AccessRightsReturns the enum constant of this type with the specified name.static AccessRights[]AccessRights.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type AccessRightsMethods in com.azure.resourcemanager.servicebus.models with parameters of type AccessRightsModifier and TypeMethodDescriptionServiceBusSubscription.DefinitionStages.WithAuthorizationRule.withNewAuthorizationRule(String name, AccessRights... rights) Creates an authorization rule for the subscription.ServiceBusSubscription.UpdateStages.WithAuthorizationRule.withNewAuthorizationRule(String name, AccessRights... rights) Creates an authorization rule for the subscription.