你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RollbackStatusInfo interface
Information about rollback on failed VM instances after a OS Upgrade operation.
Properties
failed |
The number of instances which failed to rollback. NOTE: This property will not be serialized. It can only be populated by the server. |
rollback |
Error details if OS rollback failed. NOTE: This property will not be serialized. It can only be populated by the server. |
successfully |
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