AzureFirewallNetworkRuleCollection Class

Network rule collection resource.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

AzureFirewallNetworkRuleCollection(*, id: str | None = None, name: str | None = None, priority: int | None = None, action: _models.AzureFirewallRCAction | None = None, rules: List[_models.AzureFirewallNetworkRule] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

Default value: None
name
str

The name of the resource that is unique within the Azure firewall. This name can be used to access the resource.

Default value: None
priority
int

Priority of the network rule collection resource.

Default value: None
action

The action type of a rule collection.

Default value: None
rules

Collection of rules used by a network rule collection.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

The name of the resource that is unique within the Azure firewall. This name can be used to access the resource.

etag
str

A unique read-only string that changes whenever the resource is updated.

priority
int

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".