Uses of Interface
com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithPremiumSkuCreate
-
-
Uses of RedisCache.DefinitionStages.WithPremiumSkuCreate in com.microsoft.azure.management.redis
Subinterfaces of RedisCache.DefinitionStages.WithPremiumSkuCreate in com.microsoft.azure.management.redis Modifier and Type Interface Description static interfaceRedisCache.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.microsoft.azure.management.redis that return RedisCache.DefinitionStages.WithPremiumSkuCreate Modifier and Type Method Description RedisCache.DefinitionStages.WithPremiumSkuCreateRedisCache.DefinitionStages.WithSku. withPremiumSku()Specifies the Premium sku of the Redis Cache.RedisCache.DefinitionStages.WithPremiumSkuCreateRedisCache.DefinitionStages.WithSku. withPremiumSku(int capacity)Specifies the Premium sku of the Redis Cache.RedisCache.DefinitionStages.WithPremiumSkuCreateRedisCache.DefinitionStages.WithPremiumSkuCreate. withShardCount(int shardCount)The number of shards to be created on a Premium Cluster Cache.
-