Skip to content

ResourceGraphQuery🔗

Definition🔗

export interface ResourceGraphQuery {
    // 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🔗