Uses of Class
com.azure.messaging.servicebus.administration.models.AccessRights
Packages that use AccessRights
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of AccessRights in com.azure.messaging.servicebus.administration.models
Fields in com.azure.messaging.servicebus.administration.models declared as AccessRightsModifier and TypeFieldDescriptionstatic final AccessRights
AccessRights.LISTEN
Static value Listen for AccessRights.static final AccessRights
AccessRights.MANAGE
Static value Manage for AccessRights.static final AccessRights
AccessRights.SEND
Static value Send for AccessRights.Methods in com.azure.messaging.servicebus.administration.models that return AccessRightsModifier and TypeMethodDescriptionstatic AccessRights
AccessRights.fromString
(String name) Creates or finds a AccessRights from its string representation.Methods in com.azure.messaging.servicebus.administration.models that return types with arguments of type AccessRightsModifier and TypeMethodDescriptionAuthorizationRule.getAccessRights()
Gets the access rights for the rule.SharedAccessAuthorizationRule.getAccessRights()
Gets the access rights for the rule.static Collection
<AccessRights> AccessRights.values()
Gets known AccessRights values.Constructor parameters in com.azure.messaging.servicebus.administration.models with type arguments of type AccessRightsModifierConstructorDescriptionSharedAccessAuthorizationRule
(String keyName, String primaryKey, String secondaryKey, List<AccessRights> accessRights) Creates an instance with the given key name, primary key, secondary key, and access rights.SharedAccessAuthorizationRule
(String keyName, String primaryKey, List<AccessRights> accessRights) Creates an instance with the given key name, primary key, secondary key, and access rights.SharedAccessAuthorizationRule
(String keyName, List<AccessRights> accessRights) Creates an instance with the given key name and access rights.