次の方法で共有


ClusterJob.JobState プロパティ

定義

次の値を取得または設定します。'Created'、'Starting'、'Running'、'Stopping'、'Stopped'、'Deleting'、'Failed'、'Degraded'、'Restarting'、'Scaling'

[Newtonsoft.Json.JsonProperty(PropertyName="jobState")]
public string JobState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jobState")>]
member this.JobState : string with get, set
Public Property JobState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象