Uses of Class
com.azure.resourcemanager.resourcegraph.models.Facet
-
Packages that use Facet Package Description com.azure.resourcemanager.resourcegraph.fluent.models Package containing the inner data models for ResourceGraphClient.com.azure.resourcemanager.resourcegraph.models Package containing the data models for ResourceGraphClient. -
-
Uses of Facet in com.azure.resourcemanager.resourcegraph.fluent.models
Methods in com.azure.resourcemanager.resourcegraph.fluent.models that return types with arguments of type Facet Modifier and Type Method Description List<Facet>
QueryResponseInner. facets()
Get the facets property: Query facets.Method parameters in com.azure.resourcemanager.resourcegraph.fluent.models with type arguments of type Facet Modifier and Type Method Description QueryResponseInner
QueryResponseInner. withFacets(List<Facet> facets)
Set the facets property: Query facets. -
Uses of Facet in com.azure.resourcemanager.resourcegraph.models
Subclasses of Facet in com.azure.resourcemanager.resourcegraph.models Modifier and Type Class Description class
FacetError
A facet whose execution resulted in an error.class
FacetResult
Successfully executed facet containing additional statistics on the response of a query.Methods in com.azure.resourcemanager.resourcegraph.models that return Facet Modifier and Type Method Description Facet
Facet. withExpression(String expression)
Set the expression property: Facet expression, same as in the corresponding facet request.Methods in com.azure.resourcemanager.resourcegraph.models that return types with arguments of type Facet Modifier and Type Method Description List<Facet>
QueryResponse. facets()
Gets the facets property: Query facets.
-