ExclusionManagedRuleSet Class
Defines a managed rule set for Exclusions.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelExclusionManagedRuleSet
Constructor
ExclusionManagedRuleSet(*, rule_set_type: str, rule_set_version: str, rule_groups: List[_models.ExclusionManagedRuleGroup] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
rule_set_type
|
Defines the rule set type to use. Required. |
rule_set_version
|
Defines the version of the rule set to use. Required. |
rule_groups
|
Defines the rule groups to apply to the rule set. |
Variables
Name | Description |
---|---|
rule_set_type
|
Defines the rule set type to use. Required. |
rule_set_version
|
Defines the version of the rule set to use. Required. |
rule_groups
|
Defines the rule groups to apply to the rule set. |
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