SkuResponse

data class SkuResponse(val capacity: Int, val family: String, val name: String)

SKU parameters supplied to the create Redis operation.

Constructors

Link copied to clipboard
constructor(capacity: Int, family: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).

Link copied to clipboard

The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).

Link copied to clipboard

The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)