Class RollbackStatusInfo

java.lang.Object
com.microsoft.azure.management.compute.RollbackStatusInfo

public class RollbackStatusInfo extends Object
Information about rollback on failed VM instances after a OS Upgrade operation.
  • Constructor Details

    • RollbackStatusInfo

      public RollbackStatusInfo()
  • Method Details

    • successfullyRolledbackInstanceCount

      public Integer successfullyRolledbackInstanceCount()
      Get the number of instances which have been successfully rolled back.
      Returns:
      the successfullyRolledbackInstanceCount value
    • failedRolledbackInstanceCount

      public Integer failedRolledbackInstanceCount()
      Get the number of instances which failed to rollback.
      Returns:
      the failedRolledbackInstanceCount value
    • rollbackError

      public ApiError rollbackError()
      Get error details if OS rollback failed.
      Returns:
      the rollbackError value