Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallPublicIpAddress
Packages that use AzureFirewallPublicIpAddress
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallPublicIpAddress in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type AzureFirewallPublicIpAddressModifier and TypeClassDescriptionfinal classPublic IP Address associated with azure firewall.Methods in com.azure.resourcemanager.network.models that return AzureFirewallPublicIpAddressModifier and TypeMethodDescriptionstatic AzureFirewallPublicIpAddressAzureFirewallPublicIpAddress.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallPublicIpAddress from the JsonReader.AzureFirewallPublicIpAddress.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 AzureFirewallPublicIpAddressModifier and TypeMethodDescriptionHubPublicIpAddresses.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 AzureFirewallPublicIpAddressModifier and TypeMethodDescriptionHubPublicIpAddresses.withAddresses(List<AzureFirewallPublicIpAddress> addresses) Set the addresses property: The list of Public IP addresses associated with azure firewall or IP addresses to be retained.