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.
-