ApplicationGatewayIPConfigurationArgs

data class ApplicationGatewayIPConfigurationArgs(val id: Output<String>? = null, val name: Output<String>? = null, val subnet: Output<SubResourceArgs>? = null) : ConvertibleToJava<ApplicationGatewayIPConfigurationArgs>

IP configuration of an application gateway. Currently 1 public and 1 private IP configuration is allowed.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, name: Output<String>? = null, subnet: Output<SubResourceArgs>? = null)

Properties

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

Resource ID.

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

Name of the IP configuration that is unique within an Application Gateway.

Link copied to clipboard
val subnet: Output<SubResourceArgs>? = null

Reference to the subnet resource. A subnet from where application gateway gets its private address.

Functions

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