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

PostArgsMatchConditionParameters interface

Defines the parameters for PostArgs match conditions

Properties

matchValues

The match value for the condition of the delivery rule

negateCondition

Describes if this is negate condition or not

operator

Describes operator to be matched

selector

Name of PostArg to be matched

transforms

List of transforms

typeName

Property Details

matchValues

The match value for the condition of the delivery rule

matchValues?: string[]

Property Value

string[]

negateCondition

Describes if this is negate condition or not

negateCondition?: boolean

Property Value

boolean

operator

Describes operator to be matched

operator: string

Property Value

string

selector

Name of PostArg to be matched

selector?: string

Property Value

string

transforms

List of transforms

transforms?: string[]

Property Value

string[]

typeName

typeName: "DeliveryRulePostArgsConditionParameters"

Property Value

"DeliveryRulePostArgsConditionParameters"