Application Gateway Frontend Ip Configuration
data class ApplicationGatewayFrontendIpConfiguration(val id: String? = null, val name: String, val privateIpAddress: String? = null, val privateIpAddressAllocation: String? = null, val privateLinkConfigurationId: String? = null, val privateLinkConfigurationName: String? = null, val publicIpAddressId: String? = null, val subnetId: String? = null)
Properties
Link copied to clipboard
The Private IP Address to use for the Application Gateway.
Link copied to clipboard
The Allocation Method for the Private IP Address. Possible values are Dynamic
and Static
. Defaults to Dynamic
.
Link copied to clipboard
The ID of the associated private link configuration.
Link copied to clipboard
The name of the private link configuration to use for this frontend IP configuration.
Link copied to clipboard
The ID of a Public IP Address which the Application Gateway should use. The allocation method for the Public IP Address depends on the sku
of this Application Gateway. Please refer to the Azure documentation for public IP addresses for details.