Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownAutomationRulePropertyConditionSupportedOperator

Package version

Known values of AutomationRulePropertyConditionSupportedOperator that the service accepts.

Index

Enumeration members

Contains

Contains: = "Contains"

Evaluates if the property contains at least one of the condition values

EndsWith

EndsWith: = "EndsWith"

Evaluates if the property ends with any of the condition values

Equals

Equals: = "Equals"

Evaluates if the property equals at least one of the condition values

NotContains

NotContains: = "NotContains"

Evaluates if the property does not contain any of the condition values

NotEndsWith

NotEndsWith: = "NotEndsWith"

Evaluates if the property does not end with any of the condition values

NotEquals

NotEquals: = "NotEquals"

Evaluates if the property does not equal any of the condition values

NotStartsWith

NotStartsWith: = "NotStartsWith"

Evaluates if the property does not start with any of the condition values

StartsWith

StartsWith: = "StartsWith"

Evaluates if the property starts with any of the condition values

Generated using TypeDoc