Uses of Class
com.azure.resourcemanager.eventhubs.models.AuthorizationRuleListResult
Packages that use AuthorizationRuleListResult
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of AuthorizationRuleListResult in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return AuthorizationRuleListResultModifier and TypeMethodDescriptionstatic AuthorizationRuleListResultAuthorizationRuleListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationRuleListResult from the JsonReader.AuthorizationRuleListResult.withNextLink(String nextLink) Set the nextLink property: Link to the next set of results.AuthorizationRuleListResult.withValue(List<AuthorizationRuleInner> value) Set the value property: Result of the List Authorization Rules operation.