Uses of Class
com.microsoft.azure.management.network.AuthenticationMethod
-
Packages that use AuthenticationMethod Package Description com.microsoft.azure.management.network 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 AuthenticationMethod Modifier and Type Field Description static AuthenticationMethodAuthenticationMethod. EAPMSCHAPV2Static value EAPMSCHAPv2 for AuthenticationMethod.static AuthenticationMethodAuthenticationMethod. EAPTLSStatic value EAPTLS for AuthenticationMethod.Methods in com.microsoft.azure.management.network that return AuthenticationMethod Modifier and Type Method Description AuthenticationMethodVpnClientParameters. authenticationMethod()Get the authenticationMethod value.static AuthenticationMethodAuthenticationMethod. 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 AuthenticationMethod Modifier and Type Method Description static Collection<AuthenticationMethod>AuthenticationMethod. values()Methods in com.microsoft.azure.management.network with parameters of type AuthenticationMethod Modifier and Type Method Description VpnClientParametersVpnClientParameters. withAuthenticationMethod(AuthenticationMethod authenticationMethod)Set the authenticationMethod value.
-