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