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 the authenticationMethod value.
|
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 the authenticationMethod value.
|
Copyright © 2019. All rights reserved.