Share via


CassandraAuthenticationMethod Struct

Definition

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