PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT> Interface

Type Parameters

ParentT

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

Implements

public static interface PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate
extends WithAttach<ParentT>, WithTunnelType<ParentT>, WithAzureCertificate<ParentT>, WithRevokedCertificate<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