ConditionOperator type
The criteria operator. Relevant and required only for rules of the kind LogAlert.
KnownConditionOperator can be used interchangeably with ConditionOperator,
this enum contains the known values that the service supports.
Known values supported by the service
Equals: Equals
GreaterThan: GreaterThan
GreaterThanOrEqual: GreaterThanOrEqual
LessThan: LessThan
LessThanOrEqual: LessThanOrEqual
GreaterOrLessThan: GreaterOrLessThan
type ConditionOperator = string