AzureFirewallNetworkRuleCollectionPropertiesFormat Class
Properties of the network rule collection.
Constructor
AzureFirewallNetworkRuleCollectionPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
priority
|
Priority of the network rule collection resource. |
|
action
|
The action type of a rule collection. |
|
rules
|
Collection of rules used by a network rule collection. |
|
provisioning_state
|
The provisioning state of the network rule collection resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Attributes
action
The action type of a rule collection.
action: _models.AzureFirewallRCAction | None
priority
Priority of the network rule collection resource.
priority: int | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
rules
Collection of rules used by a network rule collection.
rules: list['_models.AzureFirewallNetworkRule'] | None