Freigeben über


SparkBatchJobResultType Struktur

Definition

Das Ergebnis des Spark-Batchauftrags.

public readonly struct SparkBatchJobResultType : IEquatable<Azure.Analytics.Synapse.Spark.Models.SparkBatchJobResultType>
type SparkBatchJobResultType = struct
Public Structure SparkBatchJobResultType
Implements IEquatable(Of SparkBatchJobResultType)
Vererbung
SparkBatchJobResultType
Implementiert

Konstruktoren

SparkBatchJobResultType(String)

Initialisiert eine neue Instanz von SparkBatchJobResultType.

Eigenschaften

Cancelled

Abgebrochen.

Failed

Fehler.

Succeeded

Erfolgreich beendet.

Uncertain

Unsicher.

Methoden

Equals(SparkBatchJobResultType)

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

Bestimmt, ob zwei SparkBatchJobResultType Werte identisch sind.

Implicit(String to SparkBatchJobResultType)

Konvertiert eine Zeichenfolge in eine SparkBatchJobResultType.

Inequality(SparkBatchJobResultType, SparkBatchJobResultType)

Bestimmt, ob zwei SparkBatchJobResultType Werte nicht identisch sind.

Gilt für: