ApplicationGatewayPrivateLinkConfigurationIpConfiguration

data class ApplicationGatewayPrivateLinkConfigurationIpConfiguration(val name: String, val primary: Boolean, val privateIpAddress: String? = null, val privateIpAddressAllocation: String, val subnetId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the IP configuration.

Link copied to clipboard

Is this the Primary IP Configuration?

Link copied to clipboard

The Static IP Address which should be used.

Link copied to clipboard

The allocation method used for the Private IP Address. Possible values are Dynamic and Static.

Link copied to clipboard

The ID of the subnet the private link configuration should connect to.