次の方法で共有


MatchCondition interface

一致条件を定義します。

プロパティ

matchValue

一致する可能性のある値の一覧。

matchVariable

比較する要求変数。

negateCondition

この条件の結果を否定する必要があるかどうかを説明します。

operator

変数値との照合に使用する比較型。

selector

QueryString、PostArgs、RequestHeader、または Cookies 変数の特定のキーと一致します。 既定値は null です。

transforms

変換の一覧。

プロパティの詳細

matchValue

一致する可能性のある値の一覧。

matchValue: string[]

プロパティ値

string[]

matchVariable

比較する要求変数。

matchVariable: string

プロパティ値

string

negateCondition

この条件の結果を否定する必要があるかどうかを説明します。

negateCondition?: boolean

プロパティ値

boolean

operator

変数値との照合に使用する比較型。

operator: string

プロパティ値

string

selector

QueryString、PostArgs、RequestHeader、または Cookies 変数の特定のキーと一致します。 既定値は null です。

selector?: string

プロパティ値

string

transforms

変換の一覧。

transforms?: string[]

プロパティ値

string[]