RedisCache.DefinitionStages.WithPremiumSkuCreate.withPatchSchedule 方法
定义
重载
withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc) |
Patch schedule on a Premium Cluster Cache. |
withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Period maintenanceWindow) |
Patch schedule on a Premium Cluster Cache. |
withPatchSchedule(List<ScheduleEntry> scheduleEntry) |
Patch schedule on a Premium Cluster Cache. |
withPatchSchedule(ScheduleEntry scheduleEntry) |
Patch schedule on a Premium Cluster Cache. |
withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc)
Patch schedule on a Premium Cluster Cache.
public WithPremiumSkuCreate withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc)
参数
- dayOfWeek
- DayOfWeek
day of week when cache can be patched.
- startHourUtc
- int
start hour after which cache patching can start.
返回
the next stage of Redis Cache with Premium SKU definition.
withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Period maintenanceWindow)
Patch schedule on a Premium Cluster Cache.
public WithPremiumSkuCreate withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Period maintenanceWindow)
参数
- dayOfWeek
- DayOfWeek
day of week when cache can be patched.
- startHourUtc
- int
start hour after which cache patching can start.
- maintenanceWindow
- Period
ISO8601 timespan specifying how much time cache patching can take.
返回
the next stage of Redis Cache with Premium SKU definition.
withPatchSchedule(List<ScheduleEntry> scheduleEntry)
Patch schedule on a Premium Cluster Cache.
public WithPremiumSkuCreate withPatchSchedule(List<ScheduleEntry> scheduleEntry)
参数
- scheduleEntry
- List<ScheduleEntry>
List of patch schedule entries for Premium Redis Cache.
返回
the next stage of Redis Cache with Premium SKU definition.
withPatchSchedule(ScheduleEntry scheduleEntry)
Patch schedule on a Premium Cluster Cache.
public WithPremiumSkuCreate withPatchSchedule(ScheduleEntry scheduleEntry)
参数
- scheduleEntry
- ScheduleEntry
Patch schedule entry for Premium Redis Cache.
返回
the next stage of Redis Cache with Premium SKU definition.