ApplicationGatewayFirewallDisabledRuleGroup Class

Allows to disable rules within a rule group or an entire rule group.

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

Inheritance
ApplicationGatewayFirewallDisabledRuleGroup

Constructor

ApplicationGatewayFirewallDisabledRuleGroup(*, rule_group_name: str, rules: typing.Union[typing.List[int], NoneType] = None, **kwargs)

Parameters

rule_group_name
str

Required. The name of the rule group that will be disabled.

rules
list[int]

The list of rules that will be disabled. If null, all rules of the rule group will be disabled.