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

MatchCondition interface

定义匹配条件。

属性

matchValues

匹配值。

matchVariables

匹配变量的列表。

negationConditon

这是否为否定条件。

operator

要匹配的运算符。

transforms

转换列表。

属性详细信息

matchValues

匹配值。

matchValues: string[]

属性值

string[]

matchVariables

匹配变量的列表。

matchVariables: MatchVariable[]

属性值

negationConditon

这是否为否定条件。

negationConditon?: boolean

属性值

boolean

operator

要匹配的运算符。

operator: string

属性值

string

transforms

转换列表。

transforms?: string[]

属性值

string[]