次の方法で共有


CloudJobSchedule.PreviousState プロパティ

定義

ジョブ スケジュールの以前の状態を取得します。

public Microsoft.Azure.Batch.Common.JobScheduleState? PreviousState { get; }
member this.PreviousState : Nullable<Microsoft.Azure.Batch.Common.JobScheduleState>
Public ReadOnly Property PreviousState As Nullable(Of JobScheduleState)

プロパティ値

注釈

スケジュールが初期状態 Active の場合、PreviousState プロパティは定義されません。

適用対象