Azure Firewall IPConfiguration Response
data class AzureFirewallIPConfigurationResponse(val etag: String, val id: String? = null, val name: String? = null, val privateIPAddress: String, val provisioningState: String, val publicIPAddress: SubResourceResponse? = null, val subnet: SubResourceResponse? = null, val type: String)
IP configuration of an Azure Firewall.
Constructors
Link copied to clipboard
constructor(etag: String, id: String? = null, name: String? = null, privateIPAddress: String, provisioningState: String, publicIPAddress: SubResourceResponse? = null, subnet: SubResourceResponse? = null, type: String)
Properties
Link copied to clipboard
The Firewall Internal Load Balancer IP to be used as the next hop in User Defined Routes.
Link copied to clipboard
The provisioning state of the Azure firewall IP configuration resource.
Link copied to clipboard
Reference to the PublicIP resource. This field is a mandatory input if subnet is not null.
Link copied to clipboard
Reference to the subnet resource. This resource must be named 'AzureFirewallSubnet' or 'AzureFirewallManagementSubnet'.