次の方法で共有


JobInformationBasic.State プロパティ

定義

ジョブの状態を取得します。 ジョブが終了状態の場合、詳細については、Result と ErrorMessage を参照してください。 使用可能な値には、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象