public static interface VirtualNetworkGatewayIpConfiguration.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualNetworkGatewayIpConfiguration.DefinitionStages.Blank<ParentT>
The first stage of an virtual network gateway IP configuration definition.
|
static interface |
VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>
The final stage of the virtual network gateway IP configuration definition.
|
static interface |
VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithPublicIPAddress<ParentT>
The stage of virtual network gateway frontend definition allowing to specify an existing public IP address to
make the virtual network gateway available at as Internet-facing.
|
static interface |
VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>
The stage of virtual network gateway IP configuration definition allowing to specify the subnet the virtual
network gateway is on.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.