Application Gateway Sku Args
data class ApplicationGatewaySkuArgs(val capacity: Output<Int>? = null, val name: Output<String>, val tier: Output<String>) : ConvertibleToJava<ApplicationGatewaySkuArgs>
Properties
Link copied to clipboard
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.