Virtual Network Gateway Ip Configuration Args
data class VirtualNetworkGatewayIpConfigurationArgs(val name: Output<String>? = null, val privateIpAddressAllocation: Output<String>? = null, val publicIpAddressId: Output<String>, val subnetId: Output<String>) : ConvertibleToJava<VirtualNetworkGatewayIpConfigurationArgs>
Constructors
Link copied to clipboard
fun VirtualNetworkGatewayIpConfigurationArgs(name: Output<String>? = null, privateIpAddressAllocation: Output<String>? = null, publicIpAddressId: Output<String>, subnetId: Output<String>)