public static interface RedisCache.DefinitionStages.WithPremiumSkuCreate extends RedisCache.DefinitionStages.WithCreate
| Modifier and Type | Method and Description |
|---|---|
RedisCache.DefinitionStages.WithPremiumSkuCreate |
withPatchSchedule(DayOfWeek dayOfWeek,
int startHourUtc)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.DefinitionStages.WithPremiumSkuCreate |
withPatchSchedule(DayOfWeek dayOfWeek,
int startHourUtc,
org.joda.time.Period maintenanceWindow)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.DefinitionStages.WithPremiumSkuCreate |
withPatchSchedule(List<ScheduleEntry> scheduleEntry)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.DefinitionStages.WithPremiumSkuCreate |
withPatchSchedule(ScheduleEntry scheduleEntry)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.DefinitionStages.WithPremiumSkuCreate |
withShardCount(int shardCount)
The number of shards to be created on a Premium Cluster Cache.
|
withNonSslPort, withRedisConfiguration, withRedisConfiguration, withStaticIP, withSubnetcreate, createAsync, createAsynckeyRedisCache.DefinitionStages.WithPremiumSkuCreate withShardCount(int shardCount)
shardCount - the shard count value to set.RedisCache.DefinitionStages.WithPremiumSkuCreate withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc)
dayOfWeek - day of week when cache can be patched.startHourUtc - start hour after which cache patching can start.RedisCache.DefinitionStages.WithPremiumSkuCreate 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.DefinitionStages.WithPremiumSkuCreate withPatchSchedule(ScheduleEntry scheduleEntry)
scheduleEntry - Patch schedule entry for Premium Redis Cache.RedisCache.DefinitionStages.WithPremiumSkuCreate 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.
*/