Interface VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithPublicIPAddress<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent virtual network gateway definition to return to after attaching this definition
- All Superinterfaces:
HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>>
- All Known Subinterfaces:
VirtualNetworkGatewayIPConfiguration.Definition<ParentT>
- Enclosing interface:
- VirtualNetworkGatewayIPConfiguration.DefinitionStages
public static interface VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithPublicIPAddress<ParentT> extends HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<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.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress
withExistingPublicIPAddress, withExistingPublicIPAddress
-
-