Application Gateway Sku Response
data class ApplicationGatewaySkuResponse(val capacity: Int? = null, val name: String? = null, val tier: String? = null)
SKU of an application gateway.
Constructors
Link copied to clipboard
fun ApplicationGatewaySkuResponse(capacity: Int? = null, name: String? = null, tier: String? = null)