UpgradeOperationHistoricalStatusInfoProperties Class

Describes each OS upgrade on the Virtual Machine Scale Set.

Constructor

UpgradeOperationHistoricalStatusInfoProperties(*args: Any, **kwargs: Any)

Variables

Name Description
running_status

Information about the overall status of the upgrade operation.

progress

Counts of the VMs in each state.

error

Error Details for this upgrade if there are any.

started_by

Invoker of the Upgrade Operation. Known values are: "Unknown", "User", and "Platform".

target_image_reference

Image Reference details.

rollback_info

Information about OS rollback if performed.

Attributes

error

Error Details for this upgrade if there are any.

error: _models.ApiError | None

progress

Counts of the VMs in each state.

progress: _models.RollingUpgradeProgressInfo | None

rollback_info

Information about OS rollback if performed.

rollback_info: _models.RollbackStatusInfo | None

running_status

Information about the overall status of the upgrade operation.

running_status: _models.UpgradeOperationHistoryStatus | None

started_by

"Unknown", "User", and "Platform".

started_by: str | _models.UpgradeOperationInvoker | None

target_image_reference

Image Reference details.

target_image_reference: _models.ImageReference | None