Uses of Class
com.azure.resourcemanager.network.models.AuthenticationMethod
Packages that use AuthenticationMethod
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AuthenticationMethod in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as AuthenticationMethodModifier and TypeFieldDescriptionstatic final AuthenticationMethodAuthenticationMethod.EAPMSCHAPV2Static value EAPMSCHAPv2 for AuthenticationMethod.static final AuthenticationMethodAuthenticationMethod.EAPTLSStatic value EAPTLS for AuthenticationMethod.Methods in com.azure.resourcemanager.network.models that return AuthenticationMethodModifier and TypeMethodDescriptionP2SVpnProfileParameters.authenticationMethod()Get the authenticationMethod property: VPN client authentication method.VirtualWanVpnProfileParameters.authenticationMethod()Get the authenticationMethod property: VPN client authentication method.VpnClientParameters.authenticationMethod()Get the authenticationMethod property: VPN client authentication method.static AuthenticationMethodAuthenticationMethod.fromString(String name) Creates or finds a AuthenticationMethod from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AuthenticationMethodModifier and TypeMethodDescriptionstatic Collection<AuthenticationMethod> AuthenticationMethod.values()Gets known AuthenticationMethod values.Methods in com.azure.resourcemanager.network.models with parameters of type AuthenticationMethodModifier and TypeMethodDescriptionP2SVpnProfileParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod) Set the authenticationMethod property: VPN client authentication method.VirtualWanVpnProfileParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod) Set the authenticationMethod property: VPN client authentication method.VpnClientParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod) Set the authenticationMethod property: VPN client authentication method.