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