KnownAutomationRulePropertyConditionSupportedOperator enum
Known values of AutomationRulePropertyConditionSupportedOperator that the service accepts.
Fields
| Contains | Evaluates if the property contains at least one of the condition values |
| EndsWith | Evaluates if the property ends with any of the condition values |
| Equals | Evaluates if the property equals at least one of the condition values |
| NotContains | Evaluates if the property does not contain any of the condition values |
| NotEndsWith | Evaluates if the property does not end with any of the condition values |
| NotEquals | Evaluates if the property does not equal any of the condition values |
| NotStartsWith | Evaluates if the property does not start with any of the condition values |
| StartsWith | Evaluates if the property starts with any of the condition values |