你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RollingUpgradeProgressInfo 类

定义

有关处于每个升级状态的虚拟机实例数的信息。

public class RollingUpgradeProgressInfo
type RollingUpgradeProgressInfo = class
Public Class RollingUpgradeProgressInfo
继承
RollingUpgradeProgressInfo

属性

FailedInstanceCount

未能成功升级的实例数。

InProgressInstanceCount

当前正在升级的实例数。

PendingInstanceCount

尚未开始升级的实例数。

SuccessfulInstanceCount

已成功升级的实例数。

适用于