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

IWithSku.WithStandardSku 方法

定义

重载

WithStandardSku()

指定 Redis 缓存的标准 SKU。

WithStandardSku(Int32)

指定 Redis 缓存的标准 SKU。

WithStandardSku()

指定 Redis 缓存的标准 SKU。

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate WithStandardSku ();
abstract member WithStandardSku : unit -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate
Public Function WithStandardSku () As IWithCreate

返回

适用于

WithStandardSku(Int32)

指定 Redis 缓存的标准 SKU。

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate WithStandardSku (int capacity);
abstract member WithStandardSku : int -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate
Public Function WithStandardSku (capacity As Integer) As IWithCreate

参数

capacity
Int32

指定要为 C 系列 (0、1、2、3、4、5、6) 的标准 sku 部署的 Redis 缓存大小。

返回

适用于