AzureFirewallNatRuleCollectionPropertiesOutput interface
Properties of the NAT rule collection.
Properties
| action | The action type of a NAT rule collection. |
| priority | Priority of the NAT rule collection resource. |
| provisioning |
The provisioning state of the NAT rule collection resource. |
| rules | Collection of rules used by a NAT rule collection. |
Property Details
action
The action type of a NAT rule collection.
action?: AzureFirewallNatRCActionOutput
Property Value
priority
Priority of the NAT rule collection resource.
priority?: number
Property Value
number
provisioningState
The provisioning state of the NAT rule collection resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
rules
Collection of rules used by a NAT rule collection.
rules?: AzureFirewallNatRuleOutput[]