共用方式為


ApplicationGatewayRewriteRuleCondition interface

應用程式閘道中重寫規則中的一組條件。

屬性

ignoreCase

將此參數設定為真值,並強制模式執行區分大小寫的比較。

negate

將此值設定為真值會強制檢查使用者所指定條件的否定。

pattern

會評估條件真實性的固定字串或正則表示式模式。

variable

RewriteRuleCondition 的條件參數。

屬性詳細資料

ignoreCase

將此參數設定為真值,並強制模式執行區分大小寫的比較。

ignoreCase?: boolean

屬性值

boolean

negate

將此值設定為真值會強制檢查使用者所指定條件的否定。

negate?: boolean

屬性值

boolean

pattern

會評估條件真實性的固定字串或正則表示式模式。

pattern?: string

屬性值

string

variable

RewriteRuleCondition 的條件參數。

variable?: string

屬性值

string