你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UpdateInstallProgress interface
Progress details during installation of updates.
Properties
number |
Number of updates installed. NOTE: This property will not be serialized. It can only be populated by the server. |
number |
Number of updates to install. NOTE: This property will not be serialized. It can only be populated by the server. |
percent |
Percentage completed. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
numberOfUpdatesInstalled
Number of updates installed. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfUpdatesInstalled?: number
Property Value
number
numberOfUpdatesToInstall
Number of updates to install. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfUpdatesToInstall?: number
Property Value
number
percentComplete
Percentage completed. NOTE: This property will not be serialized. It can only be populated by the server.
percentComplete?: number
Property Value
number