ServerSkuResponse

data class ServerSkuResponse(val name: String? = null, val tier: String? = null)

Sku information related properties of a server.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard
val tier: String? = null

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