ApplicationGatewaySku

data class ApplicationGatewaySku(val capacity: Int? = null, val name: String, val tier: String)

Constructors

Link copied to clipboard
constructor(capacity: Int? = null, name: String, tier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

The Capacity of the SKU to use for this Application Gateway. When using a V1 SKU this value must be between 1 and 32, and 1 to 125 for a V2 SKU. When using a Basic SKU this property must be between 1 and 2. This property is optional if autoscale_configuration is set.

Link copied to clipboard

The Name of the SKU to use for this Application Gateway. Possible values are Basic, Standard_v2, and WAF_v2.

Link copied to clipboard

The Tier of the SKU to use for this Application Gateway. Possible values are Basic, Standard_v2, and WAF_v2.