你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ScheduleEntry 类
- java.
lang. Object - com.
microsoft. azure. management. redis. ScheduleEntry
- com.
public class ScheduleEntry
高级 Redis 缓存的修补计划条目。
构造函数摘要
构造函数 | 说明 | |
---|---|---|
ScheduleEntry() |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Day |
dayOfWeek()
获取 Day |
org.joda.time.Period |
maintenanceWindow()
获取维护 |
int |
startHourUtc()
获取“开始 |
Schedule |
withDayOfWeek(DayOfWeek dayOfWeek)
设置 Day |
Schedule |
withMaintenanceWindow(Period maintenanceWindow)
设置维护 |
Schedule |
withStartHourUtc(int startHourUtc)
设置开始 |
方法继承自 java.lang.Object
构造函数详细信息
ScheduleEntry
public ScheduleEntry()
方法详细信息
dayOfWeek
public DayOfWeek dayOfWeek()
获取 dayOfWeek 值。
Returns:
maintenanceWindow
public Period maintenanceWindow()
获取 maintenanceWindow 值。
Returns:
startHourUtc
public int startHourUtc()
获取 startHourUtc 值。
Returns:
withDayOfWeek
public ScheduleEntry withDayOfWeek(DayOfWeek dayOfWeek)
设置 dayOfWeek 值。
Parameters:
Returns:
withMaintenanceWindow
public ScheduleEntry withMaintenanceWindow(Period maintenanceWindow)
设置 maintenanceWindow 值。
Parameters:
Returns:
withStartHourUtc
public ScheduleEntry withStartHourUtc(int startHourUtc)
设置 startHourUtc 值。
Parameters:
Returns: