Uses of Class
com.azure.resourcemanager.servicebus.models.SBAuthorizationRuleListResult
Packages that use SBAuthorizationRuleListResult
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of SBAuthorizationRuleListResult in com.azure.resourcemanager.servicebus.models
Classes in com.azure.resourcemanager.servicebus.models that implement interfaces with type arguments of type SBAuthorizationRuleListResultModifier and TypeClassDescriptionfinal classThe response to the List Namespace operation.Methods in com.azure.resourcemanager.servicebus.models that return SBAuthorizationRuleListResultModifier and TypeMethodDescriptionSBAuthorizationRuleListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBAuthorizationRuleListResult from the JsonReader.SBAuthorizationRuleListResult.withNextLink(String nextLink) Set the nextLink property: Link to the next set of results.SBAuthorizationRuleListResult.withValue(List<SBAuthorizationRuleInner> value) Set the value property: Result of the List Authorization Rules operation.