ApplicationGatewayFirewallManifestRuleSet Class
Properties of the web application firewall rule set.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelApplicationGatewayFirewallManifestRuleSet
Constructor
ApplicationGatewayFirewallManifestRuleSet(*, rule_set_type: str, rule_set_version: str, rule_groups: List[_models.ApplicationGatewayFirewallRuleGroup], status: str | _models.ApplicationGatewayRuleSetStatusOptions | None = None, tiers: List[str | _models.ApplicationGatewayTierTypes] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
rule_set_type
|
The type of the web application firewall rule set. Required. |
rule_set_version
|
The version of the web application firewall rule set type. Required. |
status
|
The rule set status. Known values are: "Preview", "GA", "Supported", and "Deprecated". |
tiers
|
Tier of an application gateway that support the rule set. |
rule_groups
|
The rule groups of the web application firewall rule set. Required. |
Variables
Name | Description |
---|---|
rule_set_type
|
The type of the web application firewall rule set. Required. |
rule_set_version
|
The version of the web application firewall rule set type. Required. |
status
|
The rule set status. Known values are: "Preview", "GA", "Supported", and "Deprecated". |
tiers
|
Tier of an application gateway that support the rule set. |
rule_groups
|
The rule groups of the web application firewall rule set. Required. |
Azure SDK for Python