Virtual Network Gateway Ip Configuration
data class VirtualNetworkGatewayIpConfiguration(val name: String? = null, val privateIpAddressAllocation: String? = null, val publicIpAddressId: String, val subnetId: String)
Properties
Link copied to clipboard
Defines how the private IP address of the gateways virtual interface is assigned. The only valid value is Dynamic
for Virtual Network Gateway (Static
is not supported by the service yet). Defaults to Dynamic
.
Link copied to clipboard
The ID of the public IP address to associate with the Virtual Network Gateway.
Link copied to clipboard