你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutomationTriggeringRule interface

在事件截获时评估的规则。 通过将事件模型中的特定值与预期值进行比较来配置规则。 此比较是使用受支持的运算符集之一完成的。

属性

expectedValue

预期值。

operator

要使用的有效比较器运算符。 不区分大小写的比较将应用于 String PropertyType。

propertyJPath

应检查的实体模型属性的 JPath。

propertyType

比较作数的数据类型(字符串、整数、浮点数或布尔值 [true/false]]

属性详细信息

expectedValue

预期值。

expectedValue?: string

属性值

string

operator

要使用的有效比较器运算符。 不区分大小写的比较将应用于 String PropertyType。

operator?: string

属性值

string

propertyJPath

应检查的实体模型属性的 JPath。

propertyJPath?: string

属性值

string

propertyType

比较作数的数据类型(字符串、整数、浮点数或布尔值 [true/false]]

propertyType?: string

属性值

string