RollbackStatusInfo interface

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

Properties

failedRolledbackInstanceCount

The number of instances which failed to rollback. NOTE: This property will not be serialized. It can only be populated by the server.

rollbackError

Error details if OS rollback failed. NOTE: This property will not be serialized. It can only be populated by the server.

successfullyRolledbackInstanceCount

The number of instances which have been successfully rolled back. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

failedRolledbackInstanceCount

The number of instances which failed to rollback. NOTE: This property will not be serialized. It can only be populated by the server.

failedRolledbackInstanceCount?: number

Property Value

number

rollbackError

Error details if OS rollback failed. NOTE: This property will not be serialized. It can only be populated by the server.

rollbackError?: ApiError

Property Value

successfullyRolledbackInstanceCount

The number of instances which have been successfully rolled back. NOTE: This property will not be serialized. It can only be populated by the server.

successfullyRolledbackInstanceCount?: number

Property Value

number