Skip to content

ResourceGraphQuery🔗

Constructor🔗

ResourceGraphQuery()

Methods🔗

build🔗

Builds the object.

def build() -> azuremonitor.ResourceGraphQuery

query🔗

Azure Resource Graph KQL query to be executed.

def query(query: str) -> typing.Self

result_format🔗

Specifies the format results should be returned as. Defaults to table.

def result_format(result_format: str) -> typing.Self

See also🔗