次の方法で共有


CloudJobSchedule.State プロパティ

定義

ジョブ スケジュールの現在の状態を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="state")]
public Microsoft.Azure.Batch.Protocol.Models.JobScheduleState? State { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="state")>]
member this.State : Nullable<Microsoft.Azure.Batch.Protocol.Models.JobScheduleState> with get, set
Public Property State As Nullable(Of JobScheduleState)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

使用可能な値は、'active'、'completed'、'disabled'、'terminating'、'deleting' です。

適用対象