Partager via


SparkBatchJobResultType Structure

Définition

Résultat du travail par lots Spark.

public readonly struct SparkBatchJobResultType : IEquatable<Azure.Analytics.Synapse.Spark.Models.SparkBatchJobResultType>
type SparkBatchJobResultType = struct
Public Structure SparkBatchJobResultType
Implements IEquatable(Of SparkBatchJobResultType)
Héritage
SparkBatchJobResultType
Implémente

Constructeurs

SparkBatchJobResultType(String)

Initialise une nouvelle instance de SparkBatchJobResultType.

Propriétés

Cancelled

Annulé.

Failed

Échec.

Succeeded

Succès.

Uncertain

Incertain.

Méthodes

Equals(SparkBatchJobResultType)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(SparkBatchJobResultType, SparkBatchJobResultType)

Détermine si deux SparkBatchJobResultType valeurs sont identiques.

Implicit(String to SparkBatchJobResultType)

Convertit une chaîne en SparkBatchJobResultType.

Inequality(SparkBatchJobResultType, SparkBatchJobResultType)

Détermine si deux SparkBatchJobResultType valeurs ne sont pas identiques.

S’applique à