Job.JobExecutionReport プロパティ

定義

ジョブ実行レポート - KeyValue ペア オブジェクトの配列を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="JobExecutionReport")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobExecutionReportDetails> JobExecutionReport { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="JobExecutionReport")>]
member this.JobExecutionReport : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobExecutionReportDetails> with get, set
Public Property JobExecutionReport As IList(Of JobExecutionReportDetails)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象