BuilderQueryExpression🔗
Constructor🔗
Methods🔗
build🔗
Builds the object.
columns🔗
def columns(columns: cogbuilder.Builder[azuremonitor.BuilderQueryEditorColumnsExpression]) -> typing.Self
from_val🔗
def from_val(from_val: cogbuilder.Builder[azuremonitor.BuilderQueryEditorPropertyExpression]) -> typing.Self
fuzzy_search🔗
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🔗
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