Uses of Class
com.azure.resourcemanager.network.models.AuthenticationMethod
-
Packages that use AuthenticationMethod Package Description com.azure.resourcemanager.network.models 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 AuthenticationMethod Modifier and Type Field Description static AuthenticationMethodAuthenticationMethod. EAPMSCHAPV2Static value EAPMSCHAPv2 for AuthenticationMethod.static AuthenticationMethodAuthenticationMethod. EAPTLSStatic value EAPTLS for AuthenticationMethod.Methods in com.azure.resourcemanager.network.models that return AuthenticationMethod Modifier and Type Method Description AuthenticationMethodP2SVpnProfileParameters. authenticationMethod()Get the authenticationMethod property: VPN client authentication method.AuthenticationMethodVirtualWanVpnProfileParameters. authenticationMethod()Get the authenticationMethod property: VPN client authentication method.AuthenticationMethodVpnClientParameters. 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 AuthenticationMethod Modifier and Type Method Description static Collection<AuthenticationMethod>AuthenticationMethod. values()Methods in com.azure.resourcemanager.network.models with parameters of type AuthenticationMethod Modifier and Type Method Description P2SVpnProfileParametersP2SVpnProfileParameters. withAuthenticationMethod(AuthenticationMethod authenticationMethod)Set the authenticationMethod property: VPN client authentication method.VirtualWanVpnProfileParametersVirtualWanVpnProfileParameters. withAuthenticationMethod(AuthenticationMethod authenticationMethod)Set the authenticationMethod property: VPN client authentication method.VpnClientParametersVpnClientParameters. withAuthenticationMethod(AuthenticationMethod authenticationMethod)Set the authenticationMethod property: VPN client authentication method.
-