AzureFirewallNatRuleCollection interface
NAT rule collection resource.
- Extends
Properties
action | The action type of a NAT rule collection. |
etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource that is unique within the Azure firewall. This name can be used to access the resource. |
priority | Priority of the NAT rule collection resource. |
provisioning |
The provisioning state of the NAT rule collection resource. NOTE: This property will not be serialized. It can only be populated by the server. |
rules | Collection of rules used by a NAT rule collection. |
Inherited Properties
id | Resource ID. |
Property Details
action
The action type of a NAT rule collection.
action?: AzureFirewallNatRCAction
Property Value
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
name
The name of the resource that is unique within the Azure firewall. This name can be used to access the resource.
name?: string
Property Value
string
priority
Priority of the NAT rule collection resource.
priority?: number
Property Value
number
provisioningState
The provisioning state of the NAT rule collection resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
rules
Collection of rules used by a NAT rule collection.
rules?: AzureFirewallNatRule[]