ApplicationGatewayFirewallDisabledRuleGroup interface
Allows to disable rules within a rule group or an entire rule group.
Properties
rule |
The name of the rule group that will be disabled. |
rules | The list of rules that will be disabled. If null, all rules of the rule group will be disabled. |
Property Details
ruleGroupName
The name of the rule group that will be disabled.
ruleGroupName: string
Property Value
string
rules
The list of rules that will be disabled. If null, all rules of the rule group will be disabled.
rules?: number[]
Property Value
number[]