QueryRequest interface

Describes a query to be executed.

Properties

facets

An array of facet requests to be computed against the query result.

managementGroups

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

The query evaluation options

options?: QueryRequestOptions

Property Value

query

The resources query.

query: string

Property Value

string

subscriptions

Azure subscriptions against which to execute the query.

subscriptions?: string[]

Property Value

string[]