public static interface RedisCache.UpdateStages.WithSku
Modifier and Type | Method and Description |
---|---|
RedisCache.Update |
withBasicSku(int capacity)
Updates Redis Cache to Basic sku with new capacity.
|
RedisCache.Update |
withPremiumSku()
Updates Redis Cache to Premium sku.
|
RedisCache.Update |
withPremiumSku(int capacity)
Updates Redis Cache to Premium sku with new capacity.
|
RedisCache.Update |
withStandardSku()
Updates Redis Cache to Standard sku.
|
RedisCache.Update |
withStandardSku(int capacity)
Updates Redis Cache to Standard sku with new capacity.
|
RedisCache.Update withBasicSku(int capacity)
capacity
- specifies what size of Redis Cache to update to for Basic sku with C family (0, 1, 2, 3, 4, 5, 6).RedisCache.Update withStandardSku()
RedisCache.Update withStandardSku(int capacity)
capacity
- specifies what size of Redis Cache to update to for Standard sku with C family (0, 1, 2, 3, 4, 5, 6).RedisCache.Update withPremiumSku()
RedisCache.Update withPremiumSku(int capacity)
capacity
- specifies what size of Redis Cache to update to for Premium sku with P family (1, 2, 3, 4).Copyright © 2019. All rights reserved.