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