共用方式為


WebApplicationFirewallCustomRuleOutput interface

定義 Web 應用程式規則的內容。

屬性

action

動作的類型。

etag

每當更新資源時變更的唯一隻讀字串。

matchConditions

比對條件的清單。

name

原則內唯一的資源名稱。 此名稱可用來存取資源。

priority

規則的優先順序。 在具有較高值的規則之前,將會先評估具有較低值的規則。

ruleType

規則類型。

屬性詳細資料

action

動作的類型。

action: "Allow" | "Block" | "Log"

屬性值

"Allow" | "Block" | "Log"

etag

每當更新資源時變更的唯一隻讀字串。

etag?: string

屬性值

string

matchConditions

比對條件的清單。

matchConditions: MatchConditionOutput[]

屬性值

name

原則內唯一的資源名稱。 此名稱可用來存取資源。

name?: string

屬性值

string

priority

規則的優先順序。 在具有較高值的規則之前,將會先評估具有較低值的規則。

priority: number

屬性值

number

ruleType

規則類型。

ruleType: "MatchRule" | "Invalid"

屬性值

"MatchRule" | "Invalid"