SparkBatchJobResultType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET