ApplicationGatewaySkuArgs

data class ApplicationGatewaySkuArgs(val capacity: Output<Int>? = null, val name: Output<String>, val tier: Output<String>) : ConvertibleToJava<ApplicationGatewaySkuArgs>

Constructors

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

Properties

Link copied to clipboard
val capacity: Output<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. This property is optional if autoscale_configuration is set.

Link copied to clipboard
val name: Output<String>

The Name of the SKU to use for this Application Gateway. Possible values are Standard_Small, Standard_Medium, Standard_Large, Standard_v2, WAF_Medium, WAF_Large, and WAF_v2.

Link copied to clipboard
val tier: Output<String>

The Tier of the SKU to use for this Application Gateway. Possible values are Standard, Standard_v2, WAF and WAF_v2. !>NOTE: The Standard and WAF SKU have been deprecated in favour of the Standard_v2 and WAF_v2 SKU. Please see the Azure documentation for more details.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewaySkuArgs