次の方法で共有


JobScheduleExecutionInformation.RecentJob プロパティ

定義

ジョブ スケジュールの最新のジョブに関する情報を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

このプロパティは、スケジュールの下で少なくとも 1 つのジョブが実行されている場合にのみ存在します。

適用対象