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

Constructor

FirewallPolicyRuleCollection(*, name: str | None = None, priority: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the rule collection.

priority
int

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
str

The name of the rule collection.

priority
int

Priority of the Firewall Policy Rule Collection resource.