Class AuthenticationMethod
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<AuthenticationMethod>
-
- com.azure.resourcemanager.cosmos.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 AuthenticationMethodCASSANDRAStatic value Cassandra for AuthenticationMethod.static AuthenticationMethodNONEStatic value None 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
-
NONE
public static final AuthenticationMethod NONE
Static value None for AuthenticationMethod.
-
CASSANDRA
public static final AuthenticationMethod CASSANDRA
Static value Cassandra 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.
-
-