Uses of Class
com.microsoft.azure.management.eventhub.AccessRights
Packages that use AccessRights
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of AccessRights in com.microsoft.azure.management.eventhub
Fields in com.microsoft.azure.management.eventhub 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.microsoft.azure.management.eventhub that return AccessRightsModifier and TypeMethodDescriptionstatic AccessRights
AccessRights.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 AccessRightsModifier and TypeMethodDescriptionAuthorizationRule.rights()
DisasterRecoveryPairingAuthorizationRule.rights()
static Collection<AccessRights>
AccessRights.values()