Interface PointToSiteConfiguration.Definition<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>
,PointToSiteConfiguration.DefinitionStages.Blank<ParentT>
,PointToSiteConfiguration.DefinitionStages.WithAddressPool<ParentT>
,PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT>
,PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT>
,PointToSiteConfiguration.DefinitionStages.WithAuthenticationType<ParentT>
,PointToSiteConfiguration.DefinitionStages.WithAzureCertificate<ParentT>
,PointToSiteConfiguration.DefinitionStages.WithRevokedCertificate<ParentT>
,PointToSiteConfiguration.DefinitionStages.WithTunnelType<ParentT>
- Enclosing interface:
- PointToSiteConfiguration
public static interface PointToSiteConfiguration.Definition<ParentT>
extends PointToSiteConfiguration.DefinitionStages.Blank<ParentT>, PointToSiteConfiguration.DefinitionStages.WithAuthenticationType<ParentT>, PointToSiteConfiguration.DefinitionStages.WithAddressPool<ParentT>, PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT>
The entirety of a point-to-site configuration definition.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
Methods inherited from interface com.microsoft.azure.management.network.PointToSiteConfiguration.DefinitionStages.WithAddressPool
withAddressPool
Methods inherited from interface com.microsoft.azure.management.network.PointToSiteConfiguration.DefinitionStages.WithAuthenticationType
withRadiusAuthentication
Methods inherited from interface com.microsoft.azure.management.network.PointToSiteConfiguration.DefinitionStages.WithAzureCertificate
withAzureCertificate, withAzureCertificateFromFile
Methods inherited from interface com.microsoft.azure.management.network.PointToSiteConfiguration.DefinitionStages.WithRevokedCertificate
withRevokedCertificate
Methods inherited from interface com.microsoft.azure.management.network.PointToSiteConfiguration.DefinitionStages.WithTunnelType
withIkeV2Only, withSstpOnly