Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.AuthorizationRuleProperties
Packages that use AuthorizationRuleProperties
Package
Description
Package containing the inner data models for EventHubManagementClient.
-
Uses of AuthorizationRuleProperties in com.azure.resourcemanager.eventhubs.fluent.models
Classes in com.azure.resourcemanager.eventhubs.fluent.models that implement interfaces with type arguments of type AuthorizationRulePropertiesModifier and TypeClassDescriptionfinal classProperties supplied to create or update AuthorizationRule.Methods in com.azure.resourcemanager.eventhubs.fluent.models that return AuthorizationRulePropertiesModifier and TypeMethodDescriptionstatic AuthorizationRulePropertiesAuthorizationRuleProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationRuleProperties from the JsonReader.AuthorizationRuleProperties.withRights(List<AccessRights> rights) Set the rights property: The rights associated with the rule.