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

RollingUpgradeStatusInfo 类

最新虚拟机规模集滚动升级的状态。

变量仅由服务器填充,发送请求时将被忽略。

必须填充所有必需的参数才能发送到 Azure。

继承
azure.mgmt.compute.v2022_11_01.models._models_py3.Resource
RollingUpgradeStatusInfo

构造函数

RollingUpgradeStatusInfo(*, location: str, tags: Dict[str, str] | None = None, **kwargs: Any)

Keyword-Only Parameters

location
str

资源位置。 必需。

tags
dict[str, str]

资源标记。

变量

id
str

资源 ID。

name
str

资源名称。

type
str

资源类型。

location
str

资源位置。 必需。

tags
dict[str, str]

资源标记。

policy
RollingUpgradePolicy

适用于此升级的滚动升级策略。

running_status
RollingUpgradeRunningStatus

有关整体升级的当前运行状态的信息。

progress
RollingUpgradeProgressInfo

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

error
ApiError

此升级的错误详细信息(如果有)。