Uses of Class
com.azure.resourcemanager.network.models.PublicIpAddressListResult
-
Packages that use PublicIpAddressListResult Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PublicIpAddressListResult in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PublicIpAddressListResult Modifier and Type Method Description PublicIpAddressListResultPublicIpAddressListResult. withNextLink(String nextLink)Set the nextLink property: The URL to get the next set of results.PublicIpAddressListResultPublicIpAddressListResult. withValue(List<PublicIpAddressInner> value)Set the value property: A list of public IP addresses that exists in a resource group.
-