ErrorDetail.Details プロパティ

定義

追加のエラーの詳細を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象