public static interface RedisCache.Update extends com.microsoft.azure.management.resources.fluentcore.model.Appliable<RedisCache>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<RedisCache.Update>, RedisCache.UpdateStages.WithSku, RedisCache.UpdateStages.WithNonSslPort, RedisCache.UpdateStages.WithRedisConfiguration
| Modifier and Type | Method and Description |
|---|---|
RedisCache.Update |
withPatchSchedule(DayOfWeek dayOfWeek,
int startHourUtc)
Patch schedule on a Premium Cluster Cache.
|
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 |
withPatchSchedule(List<ScheduleEntry> scheduleEntry)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.Update |
withPatchSchedule(ScheduleEntry scheduleEntry)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.Update |
withShardCount(int shardCount)
The number of shards to be created on a Premium Cluster Cache.
|
RedisCache.Update |
withStaticIP(String staticIP)
Sets Redis Cache static IP.
|
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.
|
apply, applyAsync, applyAsynckeywithoutTag, withTag, withTagswithBasicSku, withPremiumSku, withPremiumSku, withStandardSku, withStandardSkuwithNonSslPort, withoutNonSslPortwithoutRedisConfiguration, withoutRedisConfiguration, withRedisConfiguration, withRedisConfigurationRedisCache.Update withSubnet(com.microsoft.azure.management.resources.fluentcore.arm.models.HasId networkResource, String subnetName)
networkResource - instance of Network object.subnetName - the name of the subnet.RedisCache.Update withStaticIP(String staticIP)
staticIP - the staticIP value to set.RedisCache.Update withShardCount(int shardCount)
shardCount - the shard count value to set.RedisCache.Update withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc)
dayOfWeek - day of week when cache can be patched.startHourUtc - start hour after which cache patching can start.RedisCache.Update withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, org.joda.time.Period maintenanceWindow)
dayOfWeek - day of week when cache can be patched.startHourUtc - start hour after which cache patching can start.maintenanceWindow - ISO8601 timespan specifying how much time cache patching can take.RedisCache.Update withPatchSchedule(ScheduleEntry scheduleEntry)
scheduleEntry - Patch schedule entry for Premium Redis Cache.RedisCache.Update withPatchSchedule(List<ScheduleEntry> scheduleEntry)
scheduleEntry - List of patch schedule entries for Premium Redis Cache./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/