Interface PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT>,PointToSiteConfiguration.DefinitionStages.WithAzureCertificate<ParentT>,PointToSiteConfiguration.DefinitionStages.WithRevokedCertificate<ParentT>,PointToSiteConfiguration.DefinitionStages.WithTunnelType<ParentT>
- All Known Subinterfaces:
PointToSiteConfiguration.Definition<ParentT>
- Enclosing interface:
- PointToSiteConfiguration.DefinitionStages
public static interface PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT> extends PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT>, PointToSiteConfiguration.DefinitionStages.WithTunnelType<ParentT>, PointToSiteConfiguration.DefinitionStages.WithAzureCertificate<ParentT>, PointToSiteConfiguration.DefinitionStages.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.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.PointToSiteConfiguration.DefinitionStages.WithAzureCertificate
withAzureCertificate, withAzureCertificateFromFile
-
Methods inherited from interface com.azure.resourcemanager.network.models.PointToSiteConfiguration.DefinitionStages.WithRevokedCertificate
withRevokedCertificate
-
Methods inherited from interface com.azure.resourcemanager.network.models.PointToSiteConfiguration.DefinitionStages.WithTunnelType
withIkeV2Only, withSstpOnly
-
-