Uses of Class
com.azure.resourcemanager.network.models.HubIpAddresses
Packages that use HubIpAddresses
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of HubIpAddresses in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return HubIpAddressesModifier and TypeMethodDescriptionAzureFirewallInner.hubIpAddresses()Get the hubIpAddresses property: IP addresses associated with AzureFirewall.AzureFirewallPropertiesFormat.hubIpAddresses()Get the hubIpAddresses property: IP addresses associated with AzureFirewall.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type HubIpAddressesModifier and TypeMethodDescriptionAzureFirewallInner.withHubIpAddresses(HubIpAddresses hubIpAddresses) Set the hubIpAddresses property: IP addresses associated with AzureFirewall.AzureFirewallPropertiesFormat.withHubIpAddresses(HubIpAddresses hubIpAddresses) Set the hubIpAddresses property: IP addresses associated with AzureFirewall. -
Uses of HubIpAddresses in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return HubIpAddressesModifier and TypeMethodDescriptionstatic HubIpAddressesHubIpAddresses.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HubIpAddresses from the JsonReader.HubIpAddresses.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: Private IP Address associated with azure firewall.HubIpAddresses.withPublicIPs(HubPublicIpAddresses publicIPs) Set the publicIPs property: Public IP addresses associated with azure firewall.