次の方法で共有


QueryRequest.Facets プロパティ

定義

クエリ結果に対して計算されるファセット要求の配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象