| Modifier and Type | Method and Description |
|---|---|
RedisCache.Update |
RedisCache.UpdateStages.WithSku.withBasicSku(int capacity)
Updates Redis Cache to Basic sku with new capacity.
|
RedisCache.Update |
RedisCache.UpdateStages.WithNonSslPort.withNonSslPort()
Enables non-ssl Redis server port (6379).
|
RedisCache.Update |
RedisCache.UpdateStages.WithNonSslPort.withoutNonSslPort()
Disables non-ssl Redis server port (6379).
|
RedisCache.Update |
RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration()
Cleans all the configuration settings being set on Redis Cache.
|
RedisCache.Update |
RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration(String key)
Removes specified Redis Cache configuration setting.
|
RedisCache.Update |
RedisCache.Update.withPatchSchedule(DayOfWeek dayOfWeek,
int startHourUtc)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.Update |
RedisCache.Update.withPatchSchedule(DayOfWeek dayOfWeek,
int startHourUtc,
org.joda.time.Period maintenanceWindow)
The number of shards to be created on a Premium Cluster Cache.
|
RedisCache.Update |
RedisCache.Update.withPatchSchedule(List<ScheduleEntry> scheduleEntry)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.Update |
RedisCache.Update.withPatchSchedule(ScheduleEntry scheduleEntry)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.Update |
RedisCache.UpdateStages.WithSku.withPremiumSku()
Updates Redis Cache to Premium sku.
|
RedisCache.Update |
RedisCache.UpdateStages.WithSku.withPremiumSku(int capacity)
Updates Redis Cache to Premium sku with new capacity.
|
RedisCache.Update |
RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(Map<String,String> redisConfiguration)
All Redis Settings.
|
RedisCache.Update |
RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(String key,
String value)
Specifies Redis Setting.
|
RedisCache.Update |
RedisCache.Update.withShardCount(int shardCount)
The number of shards to be created on a Premium Cluster Cache.
|
RedisCache.Update |
RedisCache.UpdateStages.WithSku.withStandardSku()
Updates Redis Cache to Standard sku.
|
RedisCache.Update |
RedisCache.UpdateStages.WithSku.withStandardSku(int capacity)
Updates Redis Cache to Standard sku with new capacity.
|
RedisCache.Update |
RedisCache.Update.withStaticIP(String staticIP)
Sets Redis Cache static IP.
|
RedisCache.Update |
RedisCache.Update.withSubnet(com.microsoft.azure.management.resources.fluentcore.arm.models.HasId networkResource,
String subnetName)
Assigns the specified subnet to this instance of Redis Cache.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/