GetFirewallVirtualHub

data class GetFirewallVirtualHub(val privateIpAddress: String, val publicIpAddresses: List<String>, val publicIpCount: Int, val virtualHubId: String)

Constructors

Link copied to clipboard
constructor(privateIpAddress: String, publicIpAddresses: List<String>, publicIpCount: Int, virtualHubId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The private IP address associated with the Azure Firewall.

Link copied to clipboard

The list of public IP addresses associated with the Azure Firewall.

Link copied to clipboard

The number of public IPs assigned to the Azure Firewall.

Link copied to clipboard

The ID of the Virtual Hub where the Azure Firewall resides in.