ExclusionManagedRuleGroup Class

Defines a managed rule group to use for exclusion.

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

Inheritance
azure.mgmt.network._serialization.Model
ExclusionManagedRuleGroup

Constructor

ExclusionManagedRuleGroup(*, rule_group_name: str, rules: List[_models.ExclusionManagedRule] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
rule_group_name
str

The managed rule group for exclusion. Required.

rules

List of rules that will be excluded. If none specified, all rules in the group will be excluded.

Variables

Name Description
rule_group_name
str

The managed rule group for exclusion. Required.

rules

List of rules that will be excluded. If none specified, all rules in the group will be excluded.