Share via


Job.JobExecutionReport Property

Definition

Gets or sets job execution report- Array of KeyValue pairs object.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to