你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RedisCache.DefinitionStages.WithSku Interface
public static interface RedisCache.DefinitionStages.WithSku
A Redis Cache definition allowing the sku to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withBasicSku()
Specifies the Basic sku of the Redis Cache. |
abstract
With |
withBasicSku(int capacity)
Specifies the Basic sku of the Redis Cache. |
abstract
With |
withPremiumSku()
Specifies the Premium sku of the Redis Cache. |
abstract
With |
withPremiumSku(int capacity)
Specifies the Premium sku of the Redis Cache. |
abstract
With |
withStandardSku()
Specifies the Standard Sku of the Redis Cache. |
abstract
With |
withStandardSku(int capacity)
Specifies the Standard sku of the Redis Cache. |
Method Details
withBasicSku
public abstract RedisCache.DefinitionStages.WithCreate withBasicSku()
Specifies the Basic sku of the Redis Cache.
Returns:
withBasicSku
public abstract RedisCache.DefinitionStages.WithCreate withBasicSku(int capacity)
Specifies the Basic sku of the Redis Cache.
Parameters:
Returns:
withPremiumSku
public abstract RedisCache.DefinitionStages.WithPremiumSkuCreate withPremiumSku()
Specifies the Premium sku of the Redis Cache.
Returns:
withPremiumSku
public abstract RedisCache.DefinitionStages.WithPremiumSkuCreate withPremiumSku(int capacity)
Specifies the Premium sku of the Redis Cache.
Parameters:
Returns:
withStandardSku
public abstract RedisCache.DefinitionStages.WithCreate withStandardSku()
Specifies the Standard Sku of the Redis Cache.
Returns:
withStandardSku
public abstract RedisCache.DefinitionStages.WithCreate withStandardSku(int capacity)
Specifies the Standard sku of the Redis Cache.
Parameters:
Returns: