LastPatchInstallationSummary 類別
描述上次安裝的修補程式摘要的屬性。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
- 繼承
-
azure.mgmt.compute._serialization.ModelLastPatchInstallationSummary
建構函式
LastPatchInstallationSummary(**kwargs: Any)
變數
名稱 | Description |
---|---|
status
|
作業的整體成功或失敗狀態。 它會維持 「InProgress」,直到作業完成為止。 此時,它會變成「未知」、「失敗」、「成功」或「CompletedWithWarnings」。 已知值為:「Unknown」、「InProgress」、「Failed」、「Succeeded」 和 「CompletedWithWarnings」。 |
installation_activity_id
|
產生此結果之作業的活動識別碼。 它用來讓 CRP 和擴充功能記錄相互關聯。 |
maintenance_window_exceeded
|
描述作業是否在完成其所有預定動作之前已用盡時間。 |
not_selected_patch_count
|
所有可用的修補程式數目,但不會安裝,因為它不符合分類或包含清單專案。 |
excluded_patch_count
|
客戶指定排除清單相符專案明確排除的所有可用修補程式數目。 |
pending_patch_count
|
預期在修補程式安裝作業期間安裝的所有可用修補程式數目。 |
installed_patch_count
|
已成功安裝的修補程式計數。 |
failed_patch_count
|
安裝失敗的修補程式計數。 |
start_time
|
作業開始時的 UTC 時間戳記。 |
last_modified_time
|
作業開始時的 UTC 時間戳記。 |
error
|
執行作業期間遇到的錯誤。 詳細資料陣列包含其清單。 |