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.
resources(query: '_models.QueryRequest', **kwargs: Any) -> _models.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 |
---|---|
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python