AutomationRulePropertyConditionSupportedOperator type
定义 AutomationRulePropertyConditionSupportedOperator 的值。
KnownAutomationRulePropertyConditionSupportedOperator 可以与 AutomationRulePropertyConditionSupportedOperator 互换使用,此枚举包含服务支持的已知值。
服务支持的已知值
等于:评估属性是否至少等于一个条件值
NotEquals:评估属性是否不等于任何条件值
包含:评估属性是否包含至少一个条件值
NotContains:评估属性是否不包含任何条件值
StartsWith:评估属性是否以任何条件值开头
NotStartsWith:评估属性是否不以任何条件值开头
EndsWith:评估属性是否以任何条件值结尾
NotEndsWith:评估属性是否不以任何条件值结尾
type AutomationRulePropertyConditionSupportedOperator = string