CloudJob.PreviousState プロパティ

定義

ジョブの以前の状態を取得します。

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

プロパティ値

注釈

ジョブが初期状態 Active の場合、PreviousState プロパティは定義されません。

適用対象