CassandraAuthenticationMethod Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'.
public readonly struct CassandraAuthenticationMethod : IEquatable<Azure.ResourceManager.CosmosDB.Models.CassandraAuthenticationMethod>
type CassandraAuthenticationMethod = struct
Public Structure CassandraAuthenticationMethod
Implements IEquatable(Of CassandraAuthenticationMethod)
- Inheritance
-
CassandraAuthenticationMethod
- Implements
Constructors
CassandraAuthenticationMethod(String) |
Initializes a new instance of CassandraAuthenticationMethod. |
Properties
Cassandra |
Cassandra. |
Ldap |
Ldap. |
None |
None. |
Methods
Equals(CassandraAuthenticationMethod) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(CassandraAuthenticationMethod, CassandraAuthenticationMethod) |
Determines if two CassandraAuthenticationMethod values are the same. |
Implicit(String to CassandraAuthenticationMethod) |
Converts a String to a CassandraAuthenticationMethod. |
Inequality(CassandraAuthenticationMethod, CassandraAuthenticationMethod) |
Determines if two CassandraAuthenticationMethod values are not the same. |
Applies to
Azure SDK for .NET