ServerSkuResponse

data class ServerSkuResponse(val name: String, val tier: String)

Sku information related properties of a server.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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