GetApplicationGatewayFrontendIpConfiguration

data class GetApplicationGatewayFrontendIpConfiguration(val id: String, val name: String, val privateIpAddress: String, val privateIpAddressAllocation: String, val privateLinkConfigurationId: String, val privateLinkConfigurationName: String, val publicIpAddressId: String, val subnetId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Rewrite Rule Set

Link copied to clipboard

The name of this Application Gateway.

Link copied to clipboard

The Static IP Address which is used.

Link copied to clipboard

The allocation method used for the Private IP Address.

Link copied to clipboard

The ID of the associated Private Link configuration.

Link copied to clipboard

The name of the Private Link configuration in use by this Frontend IP Configuration.

Link copied to clipboard

The ID of the Public IP Address which the Application Gateway will use.

Link copied to clipboard

The ID of the subnet the private link configuration is connected to.