| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static AuthenticationMethod |
AuthenticationMethod.EAPMSCHAPV2
Static value EAPMSCHAPv2 for AuthenticationMethod.
|
static AuthenticationMethod |
AuthenticationMethod.EAPTLS
Static value EAPTLS for AuthenticationMethod.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
VpnClientParameters.authenticationMethod()
Get vPN client authentication method.
|
AuthenticationMethod |
P2SVpnProfileParameters.authenticationMethod()
Get vPN client authentication method.
|
static AuthenticationMethod |
AuthenticationMethod.fromString(String name)
Creates or finds a AuthenticationMethod from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<AuthenticationMethod> |
AuthenticationMethod.values() |
| Modifier and Type | Method and Description |
|---|---|
VpnClientParameters |
VpnClientParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Set vPN client authentication method.
|
P2SVpnProfileParameters |
P2SVpnProfileParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Set vPN client authentication method.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/