次の方法で共有


JobInformation.StateAuditRecords プロパティ

定義

ジョブ状態監査レコードを取得します。このジョブに対してさまざまな操作がいつ実行されたかを示します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象