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. |
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