BuilderQueryEditorWhereExpressionItems
Constructor
BuilderQueryEditorWhereExpressionItems()
Methods
build
Builds the object.
def build() -> azuremonitor.BuilderQueryEditorWhereExpressionItems
operator
def operator(operator: cogbuilder.Builder[azuremonitor.BuilderQueryEditorOperator]) -> 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