Share via


JobInformation.StateAuditRecords Property

Definition

Gets the job state audit records, indicating when various operations have been performed on this job.

[Newtonsoft.Json.JsonProperty(PropertyName="stateAuditRecords")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobStateAuditRecord> StateAuditRecords { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stateAuditRecords")>]
member this.StateAuditRecords : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobStateAuditRecord>
Public ReadOnly Property StateAuditRecords As IList(Of JobStateAuditRecord)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to