FirewallPolicyFilterRule Class
Firewall Policy Filter Rule.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.network.v2019_08_01.models._models_py3.FirewallPolicyRuleFirewallPolicyFilterRule
Constructor
FirewallPolicyFilterRule(*, name: typing.Union[str, NoneType] = None, priority: typing.Union[int, NoneType] = None, action: typing.Union[_ForwardRef('FirewallPolicyFilterRuleAction'), NoneType] = None, rule_conditions: typing.Union[typing.List[_ForwardRef('FirewallPolicyRuleCondition')], 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.
The action type of a Filter rule.
- rule_conditions
- list[FirewallPolicyRuleCondition]
Collection of rule conditions used by a rule.
Feedback
Submit and view feedback for