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

ApplicationGatewayFirewallRuleGroup Class

A web application firewall rule group.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.network._serialization.Model
ApplicationGatewayFirewallRuleGroup

Constructor

ApplicationGatewayFirewallRuleGroup(*, rule_group_name: str, rules: List[_models.ApplicationGatewayFirewallRule], description: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
rule_group_name
str

The name of the web application firewall rule group. Required.

description
str

The description of the web application firewall rule group.

rules

The rules of the web application firewall rule group. Required.

Variables

Name Description
rule_group_name
str

The name of the web application firewall rule group. Required.

description
str

The description of the web application firewall rule group.

rules

The rules of the web application firewall rule group. Required.