FirewallPolicyRule Class

Properties of the rule.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: FirewallPolicyFilterRule, FirewallPolicyNatRule.

All required parameters must be populated in order to send to Azure.

Inheritance
FirewallPolicyRule

Constructor

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

Parameters

rule_type
str or FirewallPolicyRuleType

Required. The type of the rule.Constant filled by server. Possible values include: "FirewallPolicyNatRule", "FirewallPolicyFilterRule".

name
str

The name of the rule.

priority
int

Priority of the Firewall Policy Rule resource.