Class AuthenticationMethod
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<AuthenticationMethod>
-
- com.azure.resourcemanager.network.models.AuthenticationMethod
-
public final class AuthenticationMethod extends com.azure.core.util.ExpandableStringEnum<AuthenticationMethod>
Defines values for AuthenticationMethod.
-
-
Field Summary
Fields Modifier and Type Field Description static AuthenticationMethodEAPMSCHAPV2Static value EAPMSCHAPv2 for AuthenticationMethod.static AuthenticationMethodEAPTLSStatic value EAPTLS for AuthenticationMethod.
-
Constructor Summary
Constructors Constructor Description AuthenticationMethod()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AuthenticationMethodfromString(String name)Creates or finds a AuthenticationMethod from its string representation.static Collection<AuthenticationMethod>values()
-
-
-
Field Detail
-
EAPTLS
public static final AuthenticationMethod EAPTLS
Static value EAPTLS for AuthenticationMethod.
-
EAPMSCHAPV2
public static final AuthenticationMethod EAPMSCHAPV2
Static value EAPMSCHAPv2 for AuthenticationMethod.
-
-
Method Detail
-
fromString
public static AuthenticationMethod fromString(String name)
Creates or finds a AuthenticationMethod from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AuthenticationMethod.
-
values
public static Collection<AuthenticationMethod> values()
- Returns:
- known AuthenticationMethod values.
-
-