Uses of Enum Class
com.microsoft.azure.management.servicebus.AccessRights
Packages that use AccessRights
Package
Description
This package contains the classes for ServiceBusManagementClient.
-
Uses of AccessRights in com.microsoft.azure.management.servicebus
Methods in com.microsoft.azure.management.servicebus that return AccessRightsModifier 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.Methods in com.microsoft.azure.management.servicebus that return types with arguments of type AccessRightsMethods in com.microsoft.azure.management.servicebus 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.