共用方式為


ManagedMaintenanceWindowStatus interface

描述 Service Fabric 受控叢集的維護時段狀態。

屬性

canApplyUpdates

如果可以應用更新的話。

isRegionReady

顯示該區域是否準備好設定維護視窗。

isWindowActive

如果維護時間窗口仍在運作。

isWindowEnabled

如果這個叢集有啟用維護視窗,

lastWindowEndTimeUTC

UTC 的最後一個視窗結束時間。

lastWindowStartTimeUTC

UTC的最後一個視窗開始時間。

lastWindowStatusUpdateAtUTC

最後更新時間為UTC。

屬性詳細資料

canApplyUpdates

如果可以應用更新的話。

canApplyUpdates?: boolean

屬性值

boolean

isRegionReady

顯示該區域是否準備好設定維護視窗。

isRegionReady?: boolean

屬性值

boolean

isWindowActive

如果維護時間窗口仍在運作。

isWindowActive?: boolean

屬性值

boolean

isWindowEnabled

如果這個叢集有啟用維護視窗,

isWindowEnabled?: boolean

屬性值

boolean

lastWindowEndTimeUTC

UTC 的最後一個視窗結束時間。

lastWindowEndTimeUTC?: Date

屬性值

Date

lastWindowStartTimeUTC

UTC的最後一個視窗開始時間。

lastWindowStartTimeUTC?: Date

屬性值

Date

lastWindowStatusUpdateAtUTC

最後更新時間為UTC。

lastWindowStatusUpdateAtUTC?: Date

屬性值

Date