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 |
---|---|
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python