Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
PointToSiteConfiguration.Update |
VirtualNetworkGateway.UpdateStages.WithPointToSiteConfiguration.updatePointToSiteConfiguration() |
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.
|
Copyright © 2019. All rights reserved.