Uses of Interface
com.azure.resourcemanager.network.models.PointToSiteConfiguration.DefinitionStages.WithAttach
Packages that use PointToSiteConfiguration.DefinitionStages.WithAttach
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfacePointToSiteConfiguration.Definition<ParentT>The entirety of a point-to-site configuration definition.static interfaceThe final stage of the point-to-site configuration definition.Methods in com.azure.resourcemanager.network.models that return PointToSiteConfiguration.DefinitionStages.WithAttachModifier and TypeMethodDescriptionPointToSiteConfiguration.DefinitionStages.WithTunnelType.withIkeV2Only()Specifies that only IKEv2 VPN tunnel type will be used.PointToSiteConfiguration.DefinitionStages.WithAuthenticationType.withRadiusAuthentication(String serverIPAddress, String serverSecret) Specifies that RADIUS server will be used for authentication.PointToSiteConfiguration.DefinitionStages.WithRevokedCertificate.withRevokedCertificate(String name, String thumbprint) Specifies the revoked certificate.PointToSiteConfiguration.DefinitionStages.WithTunnelType.withSstpOnly()Specifies that only SSTP tunnel type will be used.