Uses of Class
com.microsoft.azure.management.eventhub.AccessRights
-
-
Uses of AccessRights in com.microsoft.azure.management.eventhub
Fields in com.microsoft.azure.management.eventhub declared as AccessRights Modifier and Type Field Description static AccessRightsAccessRights. LISTENStatic value Listen for AccessRights.static AccessRightsAccessRights. MANAGEStatic value Manage for AccessRights.static AccessRightsAccessRights. SENDStatic value Send for AccessRights.Methods in com.microsoft.azure.management.eventhub that return AccessRights Modifier and Type Method Description static AccessRightsAccessRights. fromString(String name)Creates or finds a AccessRights from its string representation.Methods in com.microsoft.azure.management.eventhub that return types with arguments of type AccessRights Modifier and Type Method Description List<AccessRights>AuthorizationRule. rights()List<AccessRights>DisasterRecoveryPairingAuthorizationRule. rights()static Collection<AccessRights>AccessRights. values()
-