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.ModelExclusionManagedRuleGroup
Constructor
ExclusionManagedRuleGroup(*, rule_group_name: str, rules: List[_models.ExclusionManagedRule] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
rule_group_name
|
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
|
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python