Uses of Class
com.azure.resourcemanager.network.models.HubPublicIpAddresses
-
Packages that use HubPublicIpAddresses Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of HubPublicIpAddresses in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return HubPublicIpAddresses Modifier and Type Method Description HubPublicIpAddressesHubIpAddresses. publicIPs()Get the publicIPs property: Public IP addresses associated with azure firewall.HubPublicIpAddressesHubPublicIpAddresses. withAddresses(List<AzureFirewallPublicIpAddress> addresses)Set the addresses property: The list of Public IP addresses associated with azure firewall or IP addresses to be retained.HubPublicIpAddressesHubPublicIpAddresses. withCount(Integer count)Set the count property: The number of Public IP addresses associated with azure firewall.Methods in com.azure.resourcemanager.network.models with parameters of type HubPublicIpAddresses Modifier and Type Method Description HubIpAddressesHubIpAddresses. withPublicIPs(HubPublicIpAddresses publicIPs)Set the publicIPs property: Public IP addresses associated with azure firewall.
-