FirewallPolicyRuleCollection Class
Properties of the rule collection.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: FirewallPolicyFilterRuleCollection, FirewallPolicyNatRuleCollection
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelFirewallPolicyRuleCollection
Constructor
FirewallPolicyRuleCollection(*, name: str | None = None, priority: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the rule collection. |
priority
|
Priority of the Firewall Policy Rule Collection resource. |
Variables
Name | Description |
---|---|
rule_collection_type
|
The type of the rule collection. Required. Known values are: "FirewallPolicyNatRuleCollection" and "FirewallPolicyFilterRuleCollection". |
name
|
The name of the rule collection. |
priority
|
Priority of the Firewall Policy Rule Collection resource. |
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