Class ScheduleEntry
java.lang.Object
com.microsoft.azure.management.redis.ScheduleEntry
Patch schedule entry for a Premium Redis Cache.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dayOfWeek value.org.joda.time.Period
Get the maintenanceWindow value.int
Get the startHourUtc value.withDayOfWeek
(DayOfWeek dayOfWeek) Set the dayOfWeek value.withMaintenanceWindow
(org.joda.time.Period maintenanceWindow) Set the maintenanceWindow value.withStartHourUtc
(int startHourUtc) Set the startHourUtc value.
-
Constructor Details
-
ScheduleEntry
public ScheduleEntry()
-
-
Method Details
-
dayOfWeek
Get the dayOfWeek value.- Returns:
- the dayOfWeek value
-
withDayOfWeek
Set the dayOfWeek value.- Parameters:
dayOfWeek
- the dayOfWeek value to set- Returns:
- the ScheduleEntry object itself.
-
startHourUtc
public int startHourUtc()Get the startHourUtc value.- Returns:
- the startHourUtc value
-
withStartHourUtc
Set the startHourUtc value.- Parameters:
startHourUtc
- the startHourUtc value to set- Returns:
- the ScheduleEntry object itself.
-
maintenanceWindow
public org.joda.time.Period maintenanceWindow()Get the maintenanceWindow value.- Returns:
- the maintenanceWindow value
-
withMaintenanceWindow
Set the maintenanceWindow value.- Parameters:
maintenanceWindow
- the maintenanceWindow value to set- Returns:
- the ScheduleEntry object itself.
-