共用方式為


MaintenanceRedeployStatus interface

維護作業狀態。

屬性

isCustomerInitiatedMaintenanceAllowed

如果允許客戶執行維護,則為 True。

lastOperationMessage

針對上次維護作業傳回的訊息。

lastOperationResultCode

上次維護作業結果碼。

maintenanceWindowEndTime

維護時段的結束時間。

maintenanceWindowStartTime

維護時段的開始時間。

preMaintenanceWindowEndTime

維護前時段的結束時間。

preMaintenanceWindowStartTime

維護前時段的開始時間。

屬性詳細資料

isCustomerInitiatedMaintenanceAllowed

如果允許客戶執行維護,則為 True。

isCustomerInitiatedMaintenanceAllowed?: boolean

屬性值

boolean

lastOperationMessage

針對上次維護作業傳回的訊息。

lastOperationMessage?: string

屬性值

string

lastOperationResultCode

上次維護作業結果碼。

lastOperationResultCode?: MaintenanceOperationResultCodeTypes

屬性值

maintenanceWindowEndTime

維護時段的結束時間。

maintenanceWindowEndTime?: Date

屬性值

Date

maintenanceWindowStartTime

維護時段的開始時間。

maintenanceWindowStartTime?: Date

屬性值

Date

preMaintenanceWindowEndTime

維護前時段的結束時間。

preMaintenanceWindowEndTime?: Date

屬性值

Date

preMaintenanceWindowStartTime

維護前時段的開始時間。

preMaintenanceWindowStartTime?: Date

屬性值

Date