Freigeben über


HDInsightAsyncOperationState Struktur

Definition

Der Status des asynchronen Vorgangs.

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

Konstruktoren

HDInsightAsyncOperationState(String)

Initialisiert eine neue Instanz von HDInsightAsyncOperationState.

Eigenschaften

Failed

Fehler.

InProgress

InProgress.

Succeeded

Erfolgreich beendet.

Methoden

Equals(HDInsightAsyncOperationState)

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

Bestimmt, ob zwei HDInsightAsyncOperationState Werte gleich sind.

Implicit(String to HDInsightAsyncOperationState)

Konvertiert eine Zeichenfolge in eine HDInsightAsyncOperationState.

Inequality(HDInsightAsyncOperationState, HDInsightAsyncOperationState)

Bestimmt, ob zwei HDInsightAsyncOperationState Werte nicht identisch sind.

Gilt für: