ScheduleEntry クラス
- java.
lang. Object - com.
microsoft. azure. management. redis. ScheduleEntry
- com.
public class ScheduleEntry
Premium Redis Cache のパッチ スケジュール エントリ。
コンストラクターの概要
コンストラクター | 説明 | |
---|---|---|
ScheduleEntry() |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Day |
dayOfWeek()
Day OfWeek の値を |
org.joda.time.Period |
maintenanceWindow()
メンテナンス |
int |
startHourUtc()
開始 |
Schedule |
withDayOfWeek(DayOfWeek dayOfWeek)
Day OfWeek の値を設定します |
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:
適用対象
Azure SDK for Java