Freigeben über


AuthenticationMethod Struktur

Definition

Der Modus der Clientauthentifizierung.

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

Konstruktoren

AuthenticationMethod(String)

Initialisiert eine neue Instanz von AuthenticationMethod.

Eigenschaften

AAD

AAD.

Token

Token.

Methoden

Equals(AuthenticationMethod)

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(AuthenticationMethod, AuthenticationMethod)

Bestimmt, ob zwei AuthenticationMethod Werte identisch sind.

Implicit(String to AuthenticationMethod)

Konvertiert eine Zeichenfolge in eine AuthenticationMethod.

Inequality(AuthenticationMethod, AuthenticationMethod)

Bestimmt, ob zwei AuthenticationMethod Werte nicht identisch sind.

Gilt für: