Interface VirtualNetworkGatewayIpConfiguration.DefinitionStages
-
- Enclosing interface:
- VirtualNetworkGatewayIpConfiguration
public static interface VirtualNetworkGatewayIpConfiguration.DefinitionStagesGrouping of virtual network gateway IP configuration definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVirtualNetworkGatewayIpConfiguration.DefinitionStages.Blank<ParentT>The first stage of an virtual network gateway IP configuration definition.static interfaceVirtualNetworkGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>The final stage of the virtual network gateway IP configuration definition.static interfaceVirtualNetworkGatewayIpConfiguration.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 interfaceVirtualNetworkGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>The stage of virtual network gateway IP configuration definition allowing to specify the subnet the virtual network gateway is on.
-