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:
Applies to
Azure SDK for Java