AzureFirewallApplicationRuleCollection interface

Application rule collection resource.

Extends

Properties

action

The action type of a rule collection.

etag

A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.

name

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

priority

Priority of the application rule collection resource.

provisioningState

The provisioning state of the application rule collection resource. NOTE: This property will not be serialized. It can only be populated by the server.

rules

Collection of rules used by a application rule collection.

Inherited Properties

id

Resource ID.

Property Details

action

The action type of a rule collection.

action?: AzureFirewallRCAction

Property Value

etag

A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.

etag?: string

Property Value

string

name

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

name?: string

Property Value

string

priority

Priority of the application rule collection resource.

priority?: number

Property Value

number

provisioningState

The provisioning state of the application rule collection resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

rules

Collection of rules used by a application rule collection.

rules?: AzureFirewallApplicationRule[]

Property Value

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id