Partager via


JobInformationBasic.State Propriété

Définition

Obtient l’état du travail. Lorsque le travail est à l’état Terminé, reportez-vous à Result et ErrorMessage pour plus d’informations. Les valeurs possibles sont les suivantes : 'Accepted', 'Compileing', 'Ended', 'New', 'Queued', 'Running', 'Scheduling', 'Starting', 'Paused', 'WaitingForCapacity', 'Yielded', 'Finalizing'

[Newtonsoft.Json.JsonProperty(PropertyName="state")]
public Microsoft.Azure.Management.DataLake.Analytics.Models.JobState? State { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="state")>]
member this.State : Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.JobState>
Public ReadOnly Property State As Nullable(Of JobState)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à