次の方法で共有


JobInformation.State プロパティ

定義

ジョブの状態を取得します。 ジョブが終了状態の場合、詳細については、Result と ErrorMessage を参照してください。 指定できる値は、'Accepted'、'Compiling'、'Ended'、'New'、'Queued'、'Running'、'Scheduling'、'Starting'、'Paused'、'WaitingForCapacity' です。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象