FirewallPolicyRuleCondition Class

Properties of a rule.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: ApplicationRuleCondition, NatRuleCondition, NetworkRuleCondition.

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

Inheritance
FirewallPolicyRuleCondition

Constructor

FirewallPolicyRuleCondition(*, name: typing.Union[str, NoneType] = None, description: typing.Union[str, NoneType] = None, **kwargs)

Parameters

name
str

Name of the rule condition.

description
str

Description of the rule condition.

rule_condition_type
str or FirewallPolicyRuleConditionType

Required. Rule Condition Type.Constant filled by server. Possible values include: "ApplicationRuleCondition", "NetworkRuleCondition", "NatRuleCondition".