ApplicationGatewaySkuResponse

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

SKU of an application gateway.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

Capacity (instance count) of an application gateway.

Link copied to clipboard
val family: String? = null

Family of an application gateway SKU.

Link copied to clipboard
val name: String? = null

Name of an application gateway SKU.

Link copied to clipboard
val tier: String? = null

Tier of an application gateway.