ElasticPoolSku

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

Constructors

Link copied to clipboard
constructor(capacity: Int, family: String? = null, 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. For more information see the documentation for your Elasticpool configuration: vCore-based or DTU-based.

Link copied to clipboard
val family: String? = null

The family of hardware Gen4, Gen5, Fsv2, MOPRMS, PRMS, or DC.

Link copied to clipboard

Specifies the SKU Name for this Elasticpool. The name of the SKU, will be either vCore based or DTU based. Possible DTU based values are BasicPool, StandardPool, PremiumPool while possible vCore based values are GP_Gen4, GP_Gen5, GP_Fsv2, GP_DC, BC_Gen4, BC_Gen5, BC_DC, HS_PRMS, HS_MOPRMS, or HS_Gen5.

Link copied to clipboard

The tier of the particular SKU. Possible values are GeneralPurpose, BusinessCritical, Basic, Standard, Premium, or HyperScale. For more information see the documentation for your Elasticpool configuration: vCore-based or DTU-based.