Uses of Enum Class
com.microsoft.azure.management.servicebus.AccessRights
Package
Description
This package contains the classes for ServiceBusManagementClient.
-
Uses of AccessRights in com.microsoft.azure.management.servicebus
Modifier and TypeMethodDescriptionstatic AccessRights
AccessRights.fromString
(String value) Parses a serialized value to a AccessRights instance.static AccessRights
Returns the enum constant of this class with the specified name.static AccessRights[]
AccessRights.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier 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.