ManagedRuleSetDefinition Class
Describes a managed rule set definition.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.cdn.models._models_py3.ResourceManagedRuleSetDefinition
Constructor
ManagedRuleSetDefinition(*, sku: _models.Sku | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
sku
|
The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
system_data
|
Read only system data. |
sku
|
The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy. |
provisioning_state
|
Provisioning state of the managed rule set. |
rule_set_type
|
Type of the managed rule set. |
rule_set_version
|
Version of the managed rule set type. |
rule_groups
|
Rule groups of the managed 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