Uses of Interface
com.azure.resourcemanager.network.models.PointToSiteConfiguration.DefinitionStages.WithAttach
-
Packages that use PointToSiteConfiguration.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PointToSiteConfiguration.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of PointToSiteConfiguration.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfacePointToSiteConfiguration.Definition<ParentT>The entirety of a point-to-site configuration definition.static interfacePointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT>The final stage of the point-to-site configuration definition.Methods in com.azure.resourcemanager.network.models that return PointToSiteConfiguration.DefinitionStages.WithAttach Modifier and Type Method Description PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT>PointToSiteConfiguration.DefinitionStages.WithTunnelType. withIkeV2Only()Specifies that only IKEv2 VPN tunnel type will be used.PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT>PointToSiteConfiguration.DefinitionStages.WithAuthenticationType. withRadiusAuthentication(String serverIPAddress, String serverSecret)Specifies that RADIUS server will be used for authentication.PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT>PointToSiteConfiguration.DefinitionStages.WithRevokedCertificate. withRevokedCertificate(String name, String thumbprint)Specifies the revoked certificate.PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT>PointToSiteConfiguration.DefinitionStages.WithTunnelType. withSstpOnly()Specifies that only SSTP tunnel type will be used.
-