Uses of Class
com.azure.resourcemanager.eventhubs.models.AccessRights
Packages that use AccessRights
Package
Description
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of AccessRights in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return types with arguments of type AccessRightsModifier and TypeMethodDescriptionAuthorizationRuleInner.rights()Get the rights property: The rights associated with the rule.AuthorizationRuleProperties.rights()Get the rights property: The rights associated with the rule.Method parameters in com.azure.resourcemanager.eventhubs.fluent.models with type arguments of type AccessRightsModifier and TypeMethodDescriptionAuthorizationRuleInner.withRights(List<AccessRights> rights) Set the rights property: The rights associated with the rule.AuthorizationRuleProperties.withRights(List<AccessRights> rights) Set the rights property: The rights associated with the rule. -
Uses of AccessRights in com.azure.resourcemanager.eventhubs.models
Fields in com.azure.resourcemanager.eventhubs.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.resourcemanager.eventhubs.models that return AccessRightsModifier and TypeMethodDescriptionstatic AccessRightsAccessRights.fromString(String name) Creates or finds a AccessRights from its string representation.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type AccessRightsModifier and TypeMethodDescriptionAuthorizationRule.rights()DisasterRecoveryPairingAuthorizationRule.rights()static Collection<AccessRights> AccessRights.values()Gets known AccessRights values.