FirewallPolicyRule interface
Properties of a rule.
Properties
description | Description of the rule. |
name | Name of the rule. |
rule |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
description
Description of the rule.
description?: string
Property Value
string
name
Name of the rule.
name?: string
Property Value
string
ruleType
Polymorphic discriminator, which specifies the different types this object can be
ruleType: "ApplicationRule" | "NatRule" | "NetworkRule"
Property Value
"ApplicationRule" | "NatRule" | "NetworkRule"