RollbackStatusInfoOutput interface
Information about rollback on failed VM instances after a OS Upgrade operation.
Properties
| failed |
The number of instances which failed to rollback. |
| rollback |
Error details if OS rollback failed. |
| successfully |
The number of instances which have been successfully rolled back. |
Property Details
failedRolledbackInstanceCount
The number of instances which failed to rollback.
failedRolledbackInstanceCount?: number
Property Value
number
rollbackError
successfullyRolledbackInstanceCount
The number of instances which have been successfully rolled back.
successfullyRolledbackInstanceCount?: number
Property Value
number