共用方式為


RollingUpgradeProgressInfo 類別

每個升級狀態中虛擬機器實例數目的相關資訊。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.compute._serialization.Model
RollingUpgradeProgressInfo

建構函式

RollingUpgradeProgressInfo(**kwargs: Any)

變數

名稱 Description
successful_instance_count
int

已成功升級的實例數目。

failed_instance_count
int

無法成功升級的實例數目。

in_progress_instance_count
int

目前正在升級的實例數目。

pending_instance_count
int

尚未開始升級的實例數目。