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

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 server.

Constructor

ApplicationGatewayFirewallDisabledRuleGroup(*, rule_group_name: str, rules: List[int] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
rule_group_name
str

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.

Default value: None

Variables

Name Description
rule_group_name
str

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.