ApplicationGatewayFirewallRuleGroup Class
A web application firewall rule group.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelApplicationGatewayFirewallRuleGroup
Constructor
ApplicationGatewayFirewallRuleGroup(*, rule_group_name: str, rules: List[_models.ApplicationGatewayFirewallRule], description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
rule_group_name
|
The name of the web application firewall rule group. Required. |
description
|
The description of the web application firewall rule group. |
rules
|
The rules of the web application firewall rule group. Required. |
Variables
Name | Description |
---|---|
rule_group_name
|
The name of the web application firewall rule group. Required. |
description
|
The description of the web application firewall rule group. |
rules
|
The rules of the web application firewall rule group. Required. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python