Freigeben über


JobInformationBasic.State Eigenschaft

Definition

Ruft den Auftragsstatus ab. Wenn sich der Auftrag im Status Beendet befindet, finden Sie weitere Informationen unter Result und ErrorMessage. Mögliche Werte: "Accepted", "Compiling", "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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: