Share via


RollbackStatusInfoOutput interface

Information about rollback on failed VM instances after a OS Upgrade operation.

Properties

failedRolledbackInstanceCount

The number of instances which failed to rollback.

rollbackError

Error details if OS rollback failed.

successfullyRolledbackInstanceCount

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

Error details if OS rollback failed.

rollbackError?: ApiErrorOutput

Property Value

successfullyRolledbackInstanceCount

The number of instances which have been successfully rolled back.

successfullyRolledbackInstanceCount?: number

Property Value

number