Uses of Class
com.microsoft.azure.servicebus.management.AccessRights
-
Packages that use AccessRights Package Description com.microsoft.azure.servicebus.management -
-
Uses of AccessRights in com.microsoft.azure.servicebus.management
Methods in com.microsoft.azure.servicebus.management that return AccessRights Modifier and Type Method Description static AccessRights
AccessRights. valueOf(String name)
Returns 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.microsoft.azure.servicebus.management that return types with arguments of type AccessRights Modifier and Type Method Description abstract List<AccessRights>
AuthorizationRule. getRights()
List<AccessRights>
SharedAccessAuthorizationRule. getRights()
Method parameters in com.microsoft.azure.servicebus.management with type arguments of type AccessRights Modifier and Type Method Description abstract void
AuthorizationRule. setRights(List<AccessRights> rights)
void
SharedAccessAuthorizationRule. setRights(List<AccessRights> rights)
Constructor parameters in com.microsoft.azure.servicebus.management with type arguments of type AccessRights Constructor Description SharedAccessAuthorizationRule(String keyName, String primaryKey, String secondaryKey, List<AccessRights> rights)
SharedAccessAuthorizationRule(String keyName, String primaryKey, List<AccessRights> rights)
SharedAccessAuthorizationRule(String keyName, List<AccessRights> rights)
-