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. NOTE: This property will not be serialized. It can only be populated by the server. |
in |
The number of instances that are currently being upgraded. NOTE: This property will not be serialized. It can only be populated by the server. |
pending |
The number of instances that have not yet begun to be upgraded. NOTE: This property will not be serialized. It can only be populated by the server. |
successful |
The number of instances that have been successfully upgraded. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
failedInstanceCount
The number of instances that have failed to be upgraded successfully. NOTE: This property will not be serialized. It can only be populated by the server.
failedInstanceCount?: number
Property Value
number
inProgressInstanceCount
The number of instances that are currently being upgraded. NOTE: This property will not be serialized. It can only be populated by the server.
inProgressInstanceCount?: number
Property Value
number
pendingInstanceCount
The number of instances that have not yet begun to be upgraded. NOTE: This property will not be serialized. It can only be populated by the server.
pendingInstanceCount?: number
Property Value
number
successfulInstanceCount
The number of instances that have been successfully upgraded. NOTE: This property will not be serialized. It can only be populated by the server.
successfulInstanceCount?: number
Property Value
number