次の方法で共有


JobCollectionItem.Status プロパティ

定義

ジョブの状態を取得します。 使用可能な値には、'New'、'Activating'、'Running'、'Completed'、'Failed'、'Stopped'、'Blocked'、'Suspended'、'Disconnected'、'Suspending'、'Stopping'、'Resuming'、'Removing' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
public string Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.status")>]
member this.Status : string
Public ReadOnly Property Status As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象