Uses of Class
com.azure.resourcemanager.network.models.IpGroupListResult
Packages that use IpGroupListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of IpGroupListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type IpGroupListResultModifier and TypeClassDescriptionfinal classResponse for the ListIpGroups API service call.Methods in com.azure.resourcemanager.network.models that return IpGroupListResultModifier and TypeMethodDescriptionstatic IpGroupListResultIpGroupListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpGroupListResult from the JsonReader.IpGroupListResult.withNextLink(String nextLink) Set the nextLink property: URL to get the next set of results.IpGroupListResult.withValue(List<IpGroupInner> value) Set the value property: The list of IpGroups information resources.