ApplicationGatewayFirewallRuleGroup Class

A web application firewall rule group.

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

Inheritance
ApplicationGatewayFirewallRuleGroup

Constructor

ApplicationGatewayFirewallRuleGroup(*, rule_group_name: str, rules: typing.List[_ForwardRef('ApplicationGatewayFirewallRule')], description: typing.Union[str, NoneType] = None, **kwargs)

Parameters

rule_group_name
str

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

description
str

The description of the web application firewall rule group.

rules
list[ApplicationGatewayFirewallRule]

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