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.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.PointToSiteConfiguration.DefinitionStages.WithAddressPool
withAddressPool
-
Methods inherited from interface com.azure.resourcemanager.network.models.PointToSiteConfiguration.DefinitionStages.WithAuthenticationType
withRadiusAuthentication
-
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
-
-