Skip to content

BuilderQueryExpression🔗

Constructor🔗

BuilderQueryExpression()

Methods🔗

build🔗

Builds the object.

def build() -> azuremonitor.BuilderQueryExpression

columns🔗

def columns(columns: cogbuilder.Builder[azuremonitor.BuilderQueryEditorColumnsExpression]) -> typing.Self

from_val🔗

def from_val(from_val: cogbuilder.Builder[azuremonitor.BuilderQueryEditorPropertyExpression]) -> typing.Self
def fuzzy_search(fuzzy_search: cogbuilder.Builder[azuremonitor.BuilderQueryEditorWhereExpressionArray]) -> typing.Self

group_by🔗

def group_by(group_by: cogbuilder.Builder[azuremonitor.BuilderQueryEditorGroupByExpressionArray]) -> typing.Self

limit🔗

def limit(limit: int) -> typing.Self

order_by🔗

def order_by(order_by: cogbuilder.Builder[azuremonitor.BuilderQueryEditorOrderByExpressionArray]) -> typing.Self

reduce🔗

def reduce(reduce: cogbuilder.Builder[azuremonitor.BuilderQueryEditorReduceExpressionArray]) -> typing.Self

time_filter🔗

def time_filter(time_filter: cogbuilder.Builder[azuremonitor.BuilderQueryEditorWhereExpressionArray]) -> typing.Self

where🔗

def where(where: cogbuilder.Builder[azuremonitor.BuilderQueryEditorWhereExpressionArray]) -> typing.Self

See also🔗