次の方法で共有


JobError.Details プロパティ

定義

この報告されたエラーの原因となった特定のエラーに関する詳細の配列を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="details")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.JobErrorDetail> Details { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="details")>]
member this.Details : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.JobErrorDetail>
Public ReadOnly Property Details As IList(Of JobErrorDetail)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象