ApplicationGatewayFirewallDisabledRuleGroup Class
Allows to disable rules within a rule group or an entire rule group.
Constructor
ApplicationGatewayFirewallDisabledRuleGroup(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
rule_group_name
|
The name of the rule group that will be disabled. Required. |
|
rules
|
The list of rules that will be disabled. If null, all rules of the rule group will be disabled. |
Attributes
rule_group_name
The name of the rule group that will be disabled. Required.
rule_group_name: str
rules
The list of rules that will be disabled. If null, all rules of the rule group will be disabled.
rules: list[int] | None