Uses of Class
com.microsoft.azure.management.network.AuthenticationMethod
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of AuthenticationMethod in com.microsoft.azure.management.network
Modifier and TypeFieldDescriptionstatic final AuthenticationMethod
AuthenticationMethod.EAPMSCHAPV2
Static value EAPMSCHAPv2 for AuthenticationMethod.static final AuthenticationMethod
AuthenticationMethod.EAPTLS
Static value EAPTLS for AuthenticationMethod.Modifier and TypeMethodDescriptionP2SVpnProfileParameters.authenticationMethod()
Get vPN client authentication method.VirtualWanVpnProfileParameters.authenticationMethod()
Get vPN client authentication method.VpnClientParameters.authenticationMethod()
Get vPN client authentication method.static AuthenticationMethod
AuthenticationMethod.fromString
(String name) Creates or finds a AuthenticationMethod from its string representation.Modifier and TypeMethodDescriptionstatic Collection<AuthenticationMethod>
AuthenticationMethod.values()
Modifier and TypeMethodDescriptionP2SVpnProfileParameters.withAuthenticationMethod
(AuthenticationMethod authenticationMethod) Set vPN client authentication method.VirtualWanVpnProfileParameters.withAuthenticationMethod
(AuthenticationMethod authenticationMethod) Set vPN client authentication method.VpnClientParameters.withAuthenticationMethod
(AuthenticationMethod authenticationMethod) Set vPN client authentication method.