Uses of Class
com.azure.messaging.servicebus.administration.models.AccessRights
Package
Description
Package containing classes models for
ServiceBusAdministrationClient
and ServiceBusAdministrationAsyncClient
used for managing
Queues, Topics, and Subscriptions.-
Uses of AccessRights in com.azure.messaging.servicebus.administration.models
Modifier 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.Modifier and TypeMethodDescriptionstatic AccessRights
AccessRights.fromString
(String name) Creates or finds a AccessRights from its string representation.Modifier and TypeMethodDescriptionAuthorizationRule.getAccessRights()
Gets the access rights for the rule.SharedAccessAuthorizationRule.getAccessRights()
Gets the access rights for the rule.static Collection<AccessRights>
AccessRights.values()
ModifierConstructorDescriptionSharedAccessAuthorizationRule
(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.