Bagikan melalui


ResourceQueryResult.Facets Property

Definition

Query facets. Please note Facet is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FacetError and FacetResult.

public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.ResourceGraph.Models.Facet> Facets { get; }
member this.Facets : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.ResourceGraph.Models.Facet>
Public ReadOnly Property Facets As IReadOnlyList(Of Facet)

Property Value

Applies to