Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallPublicIpAddress
-
Packages that use AzureFirewallPublicIpAddress Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of AzureFirewallPublicIpAddress in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureFirewallPublicIpAddress Modifier and Type Method Description AzureFirewallPublicIpAddressAzureFirewallPublicIpAddress. withAddress(String address)Set the address property: Public IP Address value.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallPublicIpAddress Modifier and Type Method Description List<AzureFirewallPublicIpAddress>HubPublicIpAddresses. addresses()Get the addresses property: The list of Public IP addresses associated with azure firewall or IP addresses to be retained.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AzureFirewallPublicIpAddress Modifier and Type Method Description 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.
-