你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Sku interface

提供给创建 Redis 操作的 SKU 参数。

属性

capacity

要部署的 Redis 缓存的大小。 有效值:对于 C (Basic/Standard) 系列 (0、1、2、3、4、5、6) ,对于 P (Premium) 系列 (1、2、3、4) 。

family

要使用的 SKU 系列。 有效值: (C、P) 。 (C = 基本/标准,P = 高级) 。

name

要部署的 Redis 缓存的类型。 有效值: (Basic、Standard、Premium)

属性详细信息

capacity

要部署的 Redis 缓存的大小。 有效值:对于 C (Basic/Standard) 系列 (0、1、2、3、4、5、6) ,对于 P (Premium) 系列 (1、2、3、4) 。

capacity: number

属性值

number

family

要使用的 SKU 系列。 有效值: (C、P) 。 (C = 基本/标准,P = 高级) 。

family: string

属性值

string

name

要部署的 Redis 缓存的类型。 有效值: (Basic、Standard、Premium)

name: string

属性值

string