Uses of Class
com.azure.resourcemanager.network.models.CustomIpPrefixListResult
Packages that use CustomIpPrefixListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of CustomIpPrefixListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type CustomIpPrefixListResultModifier and TypeClassDescriptionfinal classResponse for ListCustomIpPrefixes API service call.Methods in com.azure.resourcemanager.network.models that return CustomIpPrefixListResultModifier and TypeMethodDescriptionstatic CustomIpPrefixListResultCustomIpPrefixListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomIpPrefixListResult from the JsonReader.CustomIpPrefixListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.CustomIpPrefixListResult.withValue(List<CustomIpPrefixInner> value) Set the value property: A list of Custom IP prefixes that exists in a resource group.