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
Classes in com.azure.resourcemanager.eventhubs.models that implement interfaces with type arguments of type AuthorizationRuleListResultModifier and TypeClassDescriptionfinal classThe response from the List namespace operation.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.