次の方法で共有


JobInformation.ErrorMessage プロパティ

定義

ジョブが失敗した場合に、ジョブのエラー メッセージの詳細を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象