Application Gateway IPConfiguration Args
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)