ServiceSkuResponse

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

An Azure SKU instance

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

The capacity of the SKU, if it supports scaling

Link copied to clipboard
val family: String? = null

The SKU family, used when the service has multiple performance classes within a tier, such as 'A', 'D', etc. for virtual machines

Link copied to clipboard
val name: String? = null

The unique name of the SKU, such as 'P3'

Link copied to clipboard
val size: String? = null

The size of the SKU, used when the name alone does not denote a service size or when a SKU has multiple performance classes within a family, e.g. 'A1' for virtual machines

Link copied to clipboard
val tier: String? = null

The tier of the SKU, such as 'Basic', 'General Purpose', or 'Business Critical'