次の方法で共有


FacetError.Errors プロパティ

定義

検出されたファセット エラーと詳細を含む配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象