SkuResponse

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

An ARM Resource SKU.

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

Capacity of the particular SKU.

Link copied to clipboard
val family: String? = null

If the service has different generations of hardware, for the same SKU, then that can be captured here.

Link copied to clipboard

The name of the SKU, typically, a letter + Number code, e.g. P3.

Link copied to clipboard
val size: String? = null

Size of the particular SKU

Link copied to clipboard
val tier: String? = null

The tier or edition of the particular SKU, e.g. Basic, Premium.