Class RollbackStatusInfo
java.lang.Object
com.microsoft.azure.management.compute.RollbackStatusInfo
Information about rollback on failed VM instances after a OS Upgrade
operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the number of instances which failed to rollback.Get error details if OS rollback failed.Get the number of instances which have been successfully rolled back.
-
Constructor Details
-
RollbackStatusInfo
public RollbackStatusInfo()
-
-
Method Details
-
successfullyRolledbackInstanceCount
Get the number of instances which have been successfully rolled back.- Returns:
- the successfullyRolledbackInstanceCount value
-
failedRolledbackInstanceCount
Get the number of instances which failed to rollback.- Returns:
- the failedRolledbackInstanceCount value
-
rollbackError
Get error details if OS rollback failed.- Returns:
- the rollbackError value
-