FirewallPolicyNatRuleCollection interface
Firewall Policy NAT Rule Collection.
- Extends
Properties
action | The action type of a Nat rule collection. |
rule |
Polymorphic discriminator, which specifies the different types this object can be |
rules | List of rules included in a rule collection. |
Inherited Properties
name | The name of the rule collection. |
priority | Priority of the Firewall Policy Rule Collection resource. |
Property Details
action
The action type of a Nat rule collection.
action?: FirewallPolicyNatRuleCollectionAction
Property Value
ruleCollectionType
Polymorphic discriminator, which specifies the different types this object can be
ruleCollectionType: "FirewallPolicyNatRuleCollection"
Property Value
"FirewallPolicyNatRuleCollection"
rules
List of rules included in a rule collection.
rules?: FirewallPolicyRuleUnion[]
Property Value
Inherited Property Details
name
The name of the rule collection.
name?: string
Property Value
string
Inherited From FirewallPolicyRuleCollection.name
priority
Priority of the Firewall Policy Rule Collection resource.
priority?: number
Property Value
number
Inherited From FirewallPolicyRuleCollection.priority