PointToSiteConfiguration.Update |
VirtualNetworkGateway.UpdateStages.WithPointToSiteConfiguration.updatePointToSiteConfiguration() |
Begins the update of point-to-site configuration to be added to this virtual network gateway.
|
PointToSiteConfiguration.Update |
PointToSiteConfiguration.UpdateStages.WithAddressPool.withAddressPool(String addressPool) |
Specifies address pool.
|
PointToSiteConfiguration.Update |
PointToSiteConfiguration.UpdateStages.WithAzureCertificate.withAzureCertificate(String name,
String certificateData) |
Specifies that Azure certificate authentication type will be used and certificate to use for Azure
authentication.
|
PointToSiteConfiguration.Update |
PointToSiteConfiguration.UpdateStages.WithAzureCertificate.withAzureCertificateFromFile(String name,
File certificateFile) |
Specifies that azure certificate authentication type will be used and certificate to use for Azure
authentication.
|
PointToSiteConfiguration.Update |
PointToSiteConfiguration.UpdateStages.WithTunnelType.withIkeV2Only() |
Specifies that only IKEv2 VPN tunnel type will be used.
|
PointToSiteConfiguration.Update |
PointToSiteConfiguration.UpdateStages.WithAzureCertificate.withoutAzureCertificate(String name) |
Removes attached azure certificate with specified name.
|
PointToSiteConfiguration.Update |
PointToSiteConfiguration.UpdateStages.WithAuthenticationType.withRadiusAuthentication(String serverIPAddress,
String serverSecret) |
Specifies that RADIUS authentication type will be used.
|
PointToSiteConfiguration.Update |
PointToSiteConfiguration.UpdateStages.WithRevokedCertificate.withRevokedCertificate(String name,
String thumbprint) |
Specifies revoked certificate.
|
PointToSiteConfiguration.Update |
PointToSiteConfiguration.UpdateStages.WithTunnelType.withSstpOnly() |
Specifies that only SSTP tunnel type will be used.
|