GetElasticPoolSkus

data class GetElasticPoolSkus(val capacity: Int, val family: String, val name: String, val tier: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The scale up/out capacity, representing server's compute units.

Link copied to clipboard

The family of hardware.

Link copied to clipboard

The name of the elastic pool.

Link copied to clipboard

The tier of the particular SKU.