RollingUpgradeProgressInfo interface
Information about the number of virtual machine instances in each upgrade state.
Properties
| failed |
The number of instances that have failed to be upgraded successfully. |
| in |
The number of instances that are currently being upgraded. |
| pending |
The number of instances that have not yet begun to be upgraded. |
| successful |
The number of instances that have been successfully upgraded. |
Property Details
failedInstanceCount
The number of instances that have failed to be upgraded successfully.
failedInstanceCount?: number
Property Value
number
inProgressInstanceCount
The number of instances that are currently being upgraded.
inProgressInstanceCount?: number
Property Value
number
pendingInstanceCount
The number of instances that have not yet begun to be upgraded.
pendingInstanceCount?: number
Property Value
number
successfulInstanceCount
The number of instances that have been successfully upgraded.
successfulInstanceCount?: number
Property Value
number