QueryRequest.Facets Property

Definition

Gets or sets an array of facet requests to be computed against the query result.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to