GetApplicationGatewayPrivateLinkConfigurationIpConfiguration

data class GetApplicationGatewayPrivateLinkConfigurationIpConfiguration(val name: String, val primary: Boolean, val privateIpAddress: String, val privateIpAddressAllocation: String, val subnetId: String)

Constructors

constructor(name: String, primary: Boolean, privateIpAddress: String, privateIpAddressAllocation: String, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of this Application Gateway.

Link copied to clipboard

Is this the Primary IP Configuration?

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 subnet the private link configuration is connected to.