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 AuthenticationMethodAuthenticationMethod.CASSANDRAStatic value Cassandra for AuthenticationMethod.static final AuthenticationMethodAuthenticationMethod.LDAPStatic value Ldap for AuthenticationMethod.static final AuthenticationMethodAuthenticationMethod.NONEStatic 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 AuthenticationMethodAuthenticationMethod.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.