Elastic Pool Sku
data class ElasticPoolSku(val capacity: Int, val family: String? = null, val name: String, val tier: String)
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
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.