你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
QueryRequest interface
描述要执行的查询。
属性
facets | 要根据查询结果计算的分面请求的数组。 |
management |
要对其执行查询的 Azure 管理组。 示例: [ 'mg1', 'mg2' ] |
options | 查询评估选项 |
query | 资源查询。 |
subscriptions | 要对其执行查询的 Azure 订阅。 |
属性详细信息
facets
managementGroups
要对其执行查询的 Azure 管理组。 示例: [ 'mg1', 'mg2' ]
managementGroups?: string[]
属性值
string[]
options
query
资源查询。
query: string
属性值
string
subscriptions
要对其执行查询的 Azure 订阅。
subscriptions?: string[]
属性值
string[]