Auto Scale VCore Sku Response
data class AutoScaleVCoreSkuResponse(val capacity: Int? = null, val name: String, val tier: String? = null)
Represents the SKU name and Azure pricing tier for auto scale v-core resource.