Sku interface
SKU parameters supplied to the create Redis operation.
Properties
capacity | 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). |
family | The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium). |
name | The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium) |
Property Details
capacity
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).
capacity: number
Property Value
number
family
The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
family: string
Property Value
string
name
The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
name: string
Property Value
string