Virtual Network Gateway Ip Configuration
data class VirtualNetworkGatewayIpConfiguration(val name: String? = null, val privateIpAddressAllocation: String? = null, val publicIpAddressId: String, val subnetId: String)
Constructors
Link copied to clipboard
fun VirtualNetworkGatewayIpConfiguration(name: String? = null, privateIpAddressAllocation: String? = null, publicIpAddressId: String, subnetId: String)