ScheduleEntry Class
- java.
lang. Object - com.
microsoft. azure. management. redis. ScheduleEntry
- com.
public class ScheduleEntry
Patch schedule entry for a Premium Redis Cache.
Constructor Summary
Constructor | Description | |
---|---|---|
ScheduleEntry() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Day |
dayOfWeek()
Get the day |
org.joda.time.Period |
maintenanceWindow()
Get the maintenance |
int |
startHourUtc()
Get the start |
Schedule |
withDayOfWeek(DayOfWeek dayOfWeek)
Set the day |
Schedule |
withMaintenanceWindow(Period maintenanceWindow)
Set the maintenance |
Schedule |
withStartHourUtc(int startHourUtc)
Set the start |
Methods inherited from java.lang.Object
Constructor Details
ScheduleEntry
public ScheduleEntry()
Method Details
dayOfWeek
public DayOfWeek dayOfWeek()
Get the dayOfWeek value.
Returns:
maintenanceWindow
public Period maintenanceWindow()
Get the maintenanceWindow value.
Returns:
startHourUtc
public int startHourUtc()
Get the startHourUtc value.
Returns:
withDayOfWeek
public ScheduleEntry withDayOfWeek(DayOfWeek dayOfWeek)
Set the dayOfWeek value.
Parameters:
Returns:
withMaintenanceWindow
public ScheduleEntry withMaintenanceWindow(Period maintenanceWindow)
Set the maintenanceWindow value.
Parameters:
Returns:
withStartHourUtc
public ScheduleEntry withStartHourUtc(int startHourUtc)
Set the startHourUtc value.
Parameters:
Returns:
Applies to
Azure SDK for Java