| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PointToSiteConfiguration.Definition<ParentT>
The entirety of a point-to-site configuration definition.
|
static interface |
PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT>
The final stage of the point-to-site configuration definition.
|
| Modifier and Type | Method and 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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/