SkuResponse

data class SkuResponse(val capacity: Int, val name: String)

The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.

Constructors

Link copied to clipboard
constructor(capacity: Int, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The capacity of the sku. For Gen1 environments, this value can be changed to support scale out of environments after they have been created.

Link copied to clipboard

The name of this SKU.