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