QueryRequest interface
Describes a query to be executed.
Properties
| facets | An array of facet requests to be computed against the query result. |
| management |
Azure management groups against which to execute the query. Example: [ 'mg1', 'mg2' ] |
| options | The query evaluation options |
| query | The resources query. |
| subscriptions | Azure subscriptions against which to execute the query. |
Property Details
facets
An array of facet requests to be computed against the query result.
facets?: FacetRequest[]
Property Value
managementGroups
Azure management groups against which to execute the query. Example: [ 'mg1', 'mg2' ]
managementGroups?: string[]
Property Value
string[]
options
query
The resources query.
query: string
Property Value
string
subscriptions
Azure subscriptions against which to execute the query.
subscriptions?: string[]
Property Value
string[]