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

UpdateInstallProgress 类

定义

更新安装过程中的进度详细信息。

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

构造函数

UpdateInstallProgress()

初始化 UpdateInstallProgress 类的新实例。

UpdateInstallProgress(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

初始化 UpdateInstallProgress 类的新实例。

属性

NumberOfUpdatesInstalled

获取已安装的更新数。

NumberOfUpdatesToInstall

获取要安装的更新数。

PercentComplete

获取完成百分比。

适用于