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

Inheritance
FirewallPolicyRuleCollection

Constructor

FirewallPolicyRuleCollection(*, name: typing.Union[str, NoneType] = None, priority: typing.Union[int, NoneType] = None, **kwargs)

Parameters

rule_collection_type
str or FirewallPolicyRuleCollectionType

Required. The type of the rule collection.Constant filled by server. Possible values include: "FirewallPolicyNatRuleCollection", "FirewallPolicyFilterRuleCollection".

name
str

The name of the rule collection.

priority
int

Priority of the Firewall Policy Rule Collection resource.