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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python