BuilderQueryEditorOrderByExpression
Constructor
BuilderQueryEditorOrderByExpression()
Methods
build
Builds the object.
def build() -> azuremonitor.BuilderQueryEditorOrderByExpression
order
def order(order: azuremonitor.BuilderQueryEditorOrderByOptions) -> typing.Self
property_val
def property_val(property_val: cogbuilder.Builder[azuremonitor.BuilderQueryEditorProperty]) -> typing.Self
type_val
def type_val(type_val: azuremonitor.BuilderQueryEditorExpressionType) -> typing.Self
See also