Uses of Interface
com.microsoft.azure.management.network.PointToSiteConfiguration.DefinitionStages.WithAttach
-
Packages that use PointToSiteConfiguration.DefinitionStages.WithAttach Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of PointToSiteConfiguration.DefinitionStages.WithAttach in com.microsoft.azure.management.network
Subinterfaces of PointToSiteConfiguration.DefinitionStages.WithAttach in com.microsoft.azure.management.network 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.microsoft.azure.management.network 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)PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT>PointToSiteConfiguration.DefinitionStages.WithTunnelType. withSstpOnly()Specifies that only SSTP tunnel type will be used.
-