ApplicationGatewayFirewallRule interface
Web 应用程序防火墙规则。
属性
| action | Web 应用程序防火墙规则作的字符串表示形式。 |
| description | Web 应用程序防火墙规则的说明。 |
| rule |
Web 应用程序防火墙规则的标识符。 |
| rule |
Web 应用程序防火墙规则标识符的字符串表示形式。 |
| state | Web 应用程序防火墙规则状态的字符串表示形式。 |
属性详细信息
action
Web 应用程序防火墙规则作的字符串表示形式。
action?: "Allow" | "None" | "AnomalyScoring" | "Block" | "Log"
属性值
"Allow" | "None" | "AnomalyScoring" | "Block" | "Log"
description
Web 应用程序防火墙规则的说明。
description?: string
属性值
string
ruleId
Web 应用程序防火墙规则的标识符。
ruleId: number
属性值
number
ruleIdString
Web 应用程序防火墙规则标识符的字符串表示形式。
ruleIdString?: string
属性值
string
state
Web 应用程序防火墙规则状态的字符串表示形式。
state?: "Enabled" | "Disabled"
属性值
"Enabled" | "Disabled"