SparkBatchJobState Classe
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.
The SparkBatchJobState.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SparkBatchJobState+SparkBatchJobStateConverter))]
public class SparkBatchJobState
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SparkBatchJobState+SparkBatchJobStateConverter))>]
type SparkBatchJobState = class
Public Class SparkBatchJobState
- Héritage
-
SparkBatchJobState
- Attributs
Propriétés
CurrentState |
état du travail Spark. |
DeadAt |
heure à laquelle l’état livy « mort » a été vu pour la première fois. |
JobCreationRequest |
Obtient la demande de création de travail. |
NotStartedAt |
l’heure à laquelle « not_started » état livy a été vu pour la première fois. |
RecoveringAt |
l’heure à laquelle « récupérer » l’état livy a été vu pour la première fois. |
RunningAt |
heure à laquelle l’état livy « en cours d’exécution » a été vu pour la première fois. |
StartingAt |
heure à laquelle l’état livy « de départ » a été vu pour la première fois. |
SuccessAt |
l’heure à laquelle « succès » livy état a été vu pour la première fois. |
TerminatedAt |
l’heure à laquelle l’état livy « tué » a été vu pour la première fois. |
S’applique à
Azure SDK for .NET