GetFirewallManagementIpConfiguration

data class GetFirewallManagementIpConfiguration(val name: String, val privateIpAddress: String, val publicIpAddressId: String, val subnetId: String)

Constructors

Link copied to clipboard
constructor(name: String, privateIpAddress: String, publicIpAddressId: String, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Azure Firewall.

Link copied to clipboard

The private IP address associated with the Azure Firewall.

Link copied to clipboard

The ID of the Public IP address of the Azure Firewall.

Link copied to clipboard

The ID of the Subnet where the Azure Firewall is deployed.