Class AuthenticationMethod
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<AuthenticationMethod>
com.microsoft.azure.management.network.AuthenticationMethod
public final class AuthenticationMethod
extends com.microsoft.rest.ExpandableStringEnum<AuthenticationMethod>
Defines values for AuthenticationMethod.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AuthenticationMethod
Static value EAPMSCHAPv2 for AuthenticationMethod.static final AuthenticationMethod
Static value EAPTLS for AuthenticationMethod. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AuthenticationMethod
fromString
(String name) Creates or finds a AuthenticationMethod from its string representation.static Collection<AuthenticationMethod>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
EAPTLS
Static value EAPTLS for AuthenticationMethod. -
EAPMSCHAPV2
Static value EAPMSCHAPv2 for AuthenticationMethod.
-
-
Constructor Details
-
AuthenticationMethod
public AuthenticationMethod()
-
-
Method Details
-
fromString
Creates or finds a AuthenticationMethod from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding AuthenticationMethod
-
values
- Returns:
- known AuthenticationMethod values
-