Uses of Class
com.azure.resourcemanager.cosmos.models.AuthenticationMethod
Packages that use AuthenticationMethod
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of AuthenticationMethod in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as AuthenticationMethodModifier and TypeFieldDescriptionstatic final AuthenticationMethod
AuthenticationMethod.CASSANDRA
Static value Cassandra for AuthenticationMethod.static final AuthenticationMethod
AuthenticationMethod.LDAP
Static value Ldap for AuthenticationMethod.static final AuthenticationMethod
AuthenticationMethod.NONE
Static value None for AuthenticationMethod.Methods in com.azure.resourcemanager.cosmos.models that return AuthenticationMethodModifier and TypeMethodDescriptionClusterResourceProperties.authenticationMethod()
Get the authenticationMethod property: Which authentication method Cassandra should use to authenticate clients.static AuthenticationMethod
AuthenticationMethod.fromString
(String name) Creates or finds a AuthenticationMethod from its string representation.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type AuthenticationMethodModifier and TypeMethodDescriptionstatic Collection
<AuthenticationMethod> AuthenticationMethod.values()
Gets known AuthenticationMethod values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type AuthenticationMethodModifier and TypeMethodDescriptionClusterResourceProperties.withAuthenticationMethod
(AuthenticationMethod authenticationMethod) Set the authenticationMethod property: Which authentication method Cassandra should use to authenticate clients.