Uses of Enum
com.azure.resourcemanager.servicebus.models.AccessRights
Packages that use AccessRights
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
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.SBAuthorizationRuleProperties.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.SBAuthorizationRuleProperties.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 AccessRightsModifier and TypeMethodDescriptionAuthorizationRule.rights()Gets the rights associated with the rule.Methods 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.