ResourceGraphClientOperationsMixin Class

Inheritance
builtins.object
ResourceGraphClientOperationsMixin

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: azure.mgmt.resourcegraph.models._models_py3.QueryRequest, **kwargs) -> azure.mgmt.resourcegraph.models._models_py3.QueryResponse

Parameters

query
QueryRequest
Required

Request specifying query and its options.

cls
callable

A custom type or function that will be passed the direct response

Returns

QueryResponse, or the result of cls(response)

Return type

Exceptions