PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

Implements

WithTunnelType<ParentT> InDefinition<ParentT>

public static interface PointToSiteConfiguration.DefinitionStages.WithAttach
extends InDefinition<ParentT>, WithTunnelType<ParentT>

The final stage of the point-to-site configuration definition.

At this stage, any remaining optional settings can be specified, or the point-to-site configuration definition can be attached to the parent virtual network gateway definition.

Applies to