Uses of Class
com.azure.resourcemanager.cosmos.models.AuthenticationMethod
-
Packages that use AuthenticationMethod Package Description com.azure.resourcemanager.cosmos.models 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 AuthenticationMethod Modifier and Type Field Description static AuthenticationMethodAuthenticationMethod. CASSANDRAStatic value Cassandra for AuthenticationMethod.static AuthenticationMethodAuthenticationMethod. NONEStatic value None for AuthenticationMethod.Methods in com.azure.resourcemanager.cosmos.models that return AuthenticationMethod Modifier and Type Method Description AuthenticationMethodClusterResourceProperties. 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 AuthenticationMethod Modifier and Type Method Description static Collection<AuthenticationMethod>AuthenticationMethod. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type AuthenticationMethod Modifier and Type Method Description ClusterResourcePropertiesClusterResourceProperties. withAuthenticationMethod(AuthenticationMethod authenticationMethod)Set the authenticationMethod property: Which authentication method Cassandra should use to authenticate clients.
-