UpdateInstallProgress interface
Class representing the progress during installation of updates
Properties
number |
Number of updates installed. |
number |
Number of updates to install. |
percent |
Percentage of completion. |
Property Details
numberOfUpdatesInstalled
Number of updates installed.
numberOfUpdatesInstalled?: number
Property Value
number
numberOfUpdatesToInstall
Number of updates to install.
numberOfUpdatesToInstall?: number
Property Value
number
percentComplete
Percentage of completion.
percentComplete?: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript