AzureFirewallNetworkRuleCollection Class

Network rule collection resource.

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

Inheritance
azure.mgmt.network.models._models_py3.SubResource
AzureFirewallNetworkRuleCollection

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.

name
str

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

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.

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: "Succeeded", "Updating", "Deleting", and "Failed".