BuilderQueryEditorFunctionParameterExpression
Constructor
BuilderQueryEditorFunctionParameterExpression()
Methods
build
Builds the object.
def build() -> azuremonitor.BuilderQueryEditorFunctionParameterExpression
field_type
def field_type(field_type: azuremonitor.BuilderQueryEditorPropertyType) -> typing.Self
type_val
def type_val(type_val: azuremonitor.BuilderQueryEditorExpressionType) -> typing.Self
value
def value(value: str) -> typing.Self
See also