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