Freigeben über


CassandraAuthenticationMethod Struktur

Definition

Welche Authentifizierungsmethode Cassandra verwenden soll, um Clients zu authentifizieren. "Keine" deaktiviert die Authentifizierung. Daher sollte nur in Notfällen verwendet werden. "Cassandra" ist die standardkennwortbasierte Authentifizierung. Der Standardwert ist "Cassandra".

public readonly struct CassandraAuthenticationMethod : IEquatable<Azure.ResourceManager.CosmosDB.Models.CassandraAuthenticationMethod>
type CassandraAuthenticationMethod = struct
Public Structure CassandraAuthenticationMethod
Implements IEquatable(Of CassandraAuthenticationMethod)
Vererbung
CassandraAuthenticationMethod
Implementiert

Konstruktoren

CassandraAuthenticationMethod(String)

Initialisiert eine neue Instanz von CassandraAuthenticationMethod.

Eigenschaften

Cassandra

Cassandra.

Ldap

Ldap.

None

Keine

Methoden

Equals(CassandraAuthenticationMethod)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(CassandraAuthenticationMethod, CassandraAuthenticationMethod)

Bestimmt, ob zwei CassandraAuthenticationMethod Werte gleich sind.

Implicit(String to CassandraAuthenticationMethod)

Konvertiert eine Zeichenfolge in eine CassandraAuthenticationMethod.

Inequality(CassandraAuthenticationMethod, CassandraAuthenticationMethod)

Bestimmt, ob zwei CassandraAuthenticationMethod Werte nicht identisch sind.

Gilt für: