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)
Constructors
Link copied to clipboard
fun ApplicationGatewayFrontendIpConfiguration(id: String? = null, name: String, privateIpAddress: String? = null, privateIpAddressAllocation: String? = null, privateLinkConfigurationId: String? = null, privateLinkConfigurationName: String? = null, publicIpAddressId: String? = null, subnetId: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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.