ResourceGraphClientOperationsMixin Class
- Inheritance
-
builtins.objectResourceGraphClientOperationsMixin
Constructor
ResourceGraphClientOperationsMixin()
Methods
resources |
Queries the resources managed by Azure Resource Manager for scopes specified in the request. |
resources
Queries the resources managed by Azure Resource Manager for scopes specified in the request.
async resources(query: QueryRequest, **kwargs) -> QueryResponse
Parameters
Name | Description |
---|---|
query
Required
|
Request specifying query and its options. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
QueryResponse, or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python