RulesEngineOperator type
Describes operator to apply to the match condition.
KnownRulesEngineOperator can be used interchangeably with RulesEngineOperator,
this enum contains the known values that the service supports.
Known values supported by the service
Any: Any
IPMatch: IPMatch
GeoMatch: GeoMatch
Equal: Equal
Contains: Contains
LessThan: LessThan
GreaterThan: GreaterThan
LessThanOrEqual: LessThanOrEqual
GreaterThanOrEqual: GreaterThanOrEqual
BeginsWith: BeginsWith
EndsWith: EndsWith
type RulesEngineOperator = string