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

IWithSku 接口

定义

允许设置 SKU 的 Redis 缓存定义。

public interface IWithSku
type IWithSku = interface
Public Interface IWithSku
派生

方法

WithBasicSku()

指定 Redis 缓存的基本 SKU。

WithBasicSku(Int32)

指定 Redis 缓存的基本 SKU。

WithPremiumSku()

指定 Redis 缓存的高级 SKU。

WithPremiumSku(Int32)

指定 Redis 缓存的高级 SKU。

WithStandardSku()

指定 Redis 缓存的标准 SKU。

WithStandardSku(Int32)

指定 Redis 缓存的标准 SKU。

适用于