Uses of Class
com.microsoft.azure.management.network.AuthenticationMethod
Packages that use AuthenticationMethod
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of AuthenticationMethod in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as AuthenticationMethodModifier and TypeFieldDescriptionstatic final AuthenticationMethod
AuthenticationMethod.EAPMSCHAPV2
Static value EAPMSCHAPv2 for AuthenticationMethod.static final AuthenticationMethod
AuthenticationMethod.EAPTLS
Static value EAPTLS for AuthenticationMethod.Methods in com.microsoft.azure.management.network that return AuthenticationMethodModifier 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.Methods in com.microsoft.azure.management.network that return types with arguments of type AuthenticationMethodModifier and TypeMethodDescriptionstatic Collection<AuthenticationMethod>
AuthenticationMethod.values()
Methods in com.microsoft.azure.management.network with parameters of type AuthenticationMethodModifier 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.