SkuResponse

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

The Sku description for a namespace

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

Gets or sets the capacity of the resource

Link copied to clipboard
val family: String? = null

Gets or sets the Sku Family

Link copied to clipboard

Namespace SKU name.

Link copied to clipboard
val size: String? = null

Gets or sets the Sku size

Link copied to clipboard
val tier: String? = null

Gets or sets the tier of particular sku