Application Gateway Frontend Ip Configuration Args
data class ApplicationGatewayFrontendIpConfigurationArgs(val id: Output<String>? = null, val name: Output<String>, val privateIpAddress: Output<String>? = null, val privateIpAddressAllocation: Output<String>? = null, val privateLinkConfigurationId: Output<String>? = null, val privateLinkConfigurationName: Output<String>? = null, val publicIpAddressId: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<ApplicationGatewayFrontendIpConfigurationArgs>
Constructors
Link copied to clipboard
fun ApplicationGatewayFrontendIpConfigurationArgs(id: Output<String>? = null, name: Output<String>, privateIpAddress: Output<String>? = null, privateIpAddressAllocation: Output<String>? = null, privateLinkConfigurationId: Output<String>? = null, privateLinkConfigurationName: Output<String>? = null, publicIpAddressId: Output<String>? = null, subnetId: Output<String>? = null)
Functions
Properties
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.