SkuResponse

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

Billing information related properties of a server.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

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

Link copied to clipboard
val family: String? = null

The family of hardware.

Link copied to clipboard

The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.

Link copied to clipboard
val size: String? = null

The size code, to be interpreted by resource as appropriate.

Link copied to clipboard
val tier: String? = null

The tier of the particular SKU, e.g. Basic.