AzureFirewallApplicationRuleCollectionResponse

data class AzureFirewallApplicationRuleCollectionResponse(val action: AzureFirewallRCActionResponse? = null, val etag: String, val id: String? = null, val name: String? = null, val priority: Int? = null, val provisioningState: String, val rules: List<AzureFirewallApplicationRuleResponse>? = null)

Application rule collection resource.

Constructors

constructor(action: AzureFirewallRCActionResponse? = null, etag: String, id: String? = null, name: String? = null, priority: Int? = null, provisioningState: String, rules: List<AzureFirewallApplicationRuleResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action type of a rule collection.

Link copied to clipboard

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

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard
val priority: Int? = null

Priority of the application rule collection resource.

Link copied to clipboard

The provisioning state of the application rule collection resource.

Link copied to clipboard

Collection of rules used by a application rule collection.