Class UpgradeOperationHistoryStatus

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

public class UpgradeOperationHistoryStatus extends Object
Information about the current running state of the overall upgrade.
  • Constructor Details

    • UpgradeOperationHistoryStatus

      public UpgradeOperationHistoryStatus()
  • Method Details

    • code

      public UpgradeState code()
      Get code indicating the current status of the upgrade. Possible values include: 'RollingForward', 'Cancelled', 'Completed', 'Faulted'.
      Returns:
      the code value
    • startTime

      public org.joda.time.DateTime startTime()
      Get start time of the upgrade.
      Returns:
      the startTime value
    • endTime

      public org.joda.time.DateTime endTime()
      Get end time of the upgrade.
      Returns:
      the endTime value