ApplicationGatewayGatewayIpConfigurationArgs

data class ApplicationGatewayGatewayIpConfigurationArgs(val id: Output<String>? = null, val name: Output<String>, val subnetId: Output<String>) : ConvertibleToJava<ApplicationGatewayGatewayIpConfigurationArgs>

Constructors

constructor(id: Output<String>? = null, name: Output<String>, subnetId: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>? = null

The ID of the Rewrite Rule Set

Link copied to clipboard
val name: Output<String>

The Name of this Gateway IP Configuration.

Link copied to clipboard
val subnetId: Output<String>

The ID of the Subnet which the Application Gateway should be connected to.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewayGatewayIpConfigurationArgs