Compartilhar via


FirewallPolicyRule Class

Properties of a rule.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: ApplicationRule, NatRule, NetworkRule

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

Inheritance
azure.mgmt.network._serialization.Model
FirewallPolicyRule

Constructor

FirewallPolicyRule(*, name: str | None = None, description: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the rule.

description
str

Description of the rule.

Variables

Name Description
name
str

Name of the rule.

description
str

Description of the rule.

rule_type

Rule Type. Required. Known values are: "ApplicationRule", "NetworkRule", and "NatRule".