Skip to content

AzureResourceGraphQuery🔗

Definition🔗

export interface AzureResourceGraphQuery {
    // Azure Resource Graph KQL query to be executed.
    query?: string;
    // Specifies the format results should be returned as. Defaults to table.
    resultFormat?: string;
}

See also🔗