AzureFirewallApplicationRuleCollection Class

Application 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
AzureFirewallApplicationRuleCollection

Constructor

AzureFirewallApplicationRuleCollection(*, id: str | None = None, name: str | None = None, priority: int | None = None, action: _models.AzureFirewallRCAction | None = None, rules: List[_models.AzureFirewallApplicationRule] | 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 application rule collection resource.

action

The action type of a rule collection.

rules

Collection of rules used by a application 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 application rule collection resource.

action

The action type of a rule collection.

rules

Collection of rules used by a application rule collection.

provisioning_state

The provisioning state of the application rule collection resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".