| Modifier and Type | Interface and Description |
|---|---|
static interface |
RedisCache.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
RedisCache.DefinitionStages.WithPremiumSkuCreate |
RedisCache.DefinitionStages.WithSku.withPremiumSku()
Specifies the Premium sku of the Redis Cache.
|
RedisCache.DefinitionStages.WithPremiumSkuCreate |
RedisCache.DefinitionStages.WithSku.withPremiumSku(int capacity)
Specifies the Premium sku of the Redis Cache.
|
RedisCache.DefinitionStages.WithPremiumSkuCreate |
RedisCache.DefinitionStages.WithPremiumSkuCreate.withShardCount(int shardCount)
The number of shards to be created on a Premium Cluster Cache.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/