Share via


AzureFirewallApplicationRuleCollection Class

Application rule collection resource.

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

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.

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 application rule collection resource.

Default value: None
action

The action type of a rule collection.

Default value: None
rules

Collection of rules used by a application 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 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: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".