RedisCache.DefinitionStages.WithSku.withPremiumSku 方法
定义
重载
withPremiumSku() |
Specifies the Premium sku of the Redis Cache.
|
withPremiumSku(int capacity) |
Specifies the Premium sku of the Redis Cache.
|
withPremiumSku()
Specifies the Premium sku of the Redis Cache.
public WithPremiumSkuCreate withPremiumSku()
返回
the next stage of Redis Cache definition.
withPremiumSku(int capacity)
Specifies the Premium sku of the Redis Cache.
public WithPremiumSkuCreate withPremiumSku(int capacity)
参数
- capacity
- int
specifies what size of Redis Cache to deploy for Standard sku with P family (1, 2, 3, 4).
返回
the next stage of Redis Cache definition.