Uses of Class
com.azure.messaging.servicebus.administration.models.AccessRights
Packages that use AccessRights
Package
Description
Contains the data models for
ServiceBusAdministrationClient and
ServiceBusAdministrationClient.-
Uses of AccessRights in com.azure.messaging.servicebus.administration.models
Fields in com.azure.messaging.servicebus.administration.models declared as AccessRightsModifier and TypeFieldDescriptionstatic final AccessRightsAccessRights.LISTENStatic value Listen for AccessRights.static final AccessRightsAccessRights.MANAGEStatic value Manage for AccessRights.static final AccessRightsAccessRights.SENDStatic value Send for AccessRights.Methods in com.azure.messaging.servicebus.administration.models that return AccessRightsModifier and TypeMethodDescriptionstatic AccessRightsAccessRights.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.