ApplicationGatewayFrontendIpConfiguration

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

constructor(id: String? = null, name: String, privateIpAddress: String? = null, privateIpAddressAllocation: String? = null, privateLinkConfigurationId: String? = null, privateLinkConfigurationName: String? = null, publicIpAddressId: String? = null, subnetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the Rewrite Rule Set

Link copied to clipboard

The name of the Frontend IP Configuration.

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.

Link copied to clipboard
val subnetId: String? = null

The ID of the Subnet.