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

CookiesMatchConditionParameters interface

定义 Cookie 匹配条件的参数

属性

matchValues

传递规则条件的匹配值

negateCondition

描述这是否为否定条件

operator

描述要匹配的运算符

selector

要匹配的 Cookie 的名称

transforms

转换列表

typeName

属性详细信息

matchValues

传递规则条件的匹配值

matchValues?: string[]

属性值

string[]

negateCondition

描述这是否为否定条件

negateCondition?: boolean

属性值

boolean

operator

描述要匹配的运算符

operator: string

属性值

string

selector

要匹配的 Cookie 的名称

selector?: string

属性值

string

transforms

转换列表

transforms?: string[]

属性值

string[]

typeName

typeName: "DeliveryRuleCookiesConditionParameters"

属性值

"DeliveryRuleCookiesConditionParameters"