OsPatchingStatus interface
傳回作業系統修補的中繼資料。
屬性
| latest |
最新作業系統修補的時間。 |
| os |
執行作業系統修補時遇到的錯誤集合。 |
| patch |
作業系統修補狀態。 |
| reboot |
指定此運算執行處理是否擱置重新啟動以完成作業系統修補。 |
| scheduled |
排程的重新啟動時間。 |
屬性詳細資料
latestPatchTime
最新作業系統修補的時間。
latestPatchTime?: string
屬性值
string
osPatchingErrors
patchStatus
作業系統修補狀態。
patchStatus?: string
屬性值
string
rebootPending
指定此運算執行處理是否擱置重新啟動以完成作業系統修補。
rebootPending?: boolean
屬性值
boolean
scheduledRebootTime
排程的重新啟動時間。
scheduledRebootTime?: string
屬性值
string