ScheduleEntry Clase
- java.
lang. Object - com.
microsoft. azure. management. redis. ScheduleEntry
- com.
public class ScheduleEntry
Entrada de programación de revisión para una instancia de Premium Redis Cache.
Resumen del constructor
Constructor | Description | |
---|---|---|
ScheduleEntry() |
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
Day |
dayOfWeek()
Obtenga el valor de día |
org.joda.time.Period |
maintenanceWindow()
Obtenga el valor de ventana de mantenimiento |
int |
startHourUtc()
Obtenga el valor hora utc de inicio |
Schedule |
withDayOfWeek(DayOfWeek dayOfWeek)
Establezca el valor de día |
Schedule |
withMaintenanceWindow(Period maintenanceWindow)
Establezca el valor de ventana de mantenimiento |
Schedule |
withStartHourUtc(int startHourUtc)
Establezca el valor de hora utc de inicio |
Métodos heredados de java.lang.Object
Detalles del constructor
ScheduleEntry
public ScheduleEntry()
Detalles del método
dayOfWeek
public DayOfWeek dayOfWeek()
Obtenga el valor dayOfWeek.
Returns:
maintenanceWindow
public Period maintenanceWindow()
Obtenga el valor maintenanceWindow.
Returns:
startHourUtc
public int startHourUtc()
Obtenga el valor startHourUtc.
Returns:
withDayOfWeek
public ScheduleEntry withDayOfWeek(DayOfWeek dayOfWeek)
Establezca el valor dayOfWeek.
Parameters:
Returns:
withMaintenanceWindow
public ScheduleEntry withMaintenanceWindow(Period maintenanceWindow)
Establezca el valor maintenanceWindow.
Parameters:
Returns:
withStartHourUtc
public ScheduleEntry withStartHourUtc(int startHourUtc)
Establezca el valor startHourUtc.
Parameters:
Returns:
Se aplica a
Azure SDK for Java