SkuResponse

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

SQL pool SKU

Constructors

Link copied to clipboard
constructor(capacity: Int? = null, name: String? = null, tier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.

Link copied to clipboard
val name: String? = null

The SKU name

Link copied to clipboard
val tier: String? = null

The service tier