ResourcesHistoryRequest interface
Describes a history request to be executed.
Properties
management |
Azure management groups against which to execute the query. Example: [ 'mg1', 'mg2' ] |
options | The history request evaluation options |
query | The resources query. |
subscriptions | Azure subscriptions against which to execute the query. |
Property Details
managementGroups
Azure management groups against which to execute the query. Example: [ 'mg1', 'mg2' ]
managementGroups?: string[]
Property Value
string[]
options
The history request evaluation options
options?: ResourcesHistoryRequestOptions
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[]
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript