Class UpgradeOperationHistoricalStatusInfoProperties

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

public class UpgradeOperationHistoricalStatusInfoProperties extends Object
Describes each OS upgrade on the Virtual Machine Scale Set.
  • Constructor Details

    • UpgradeOperationHistoricalStatusInfoProperties

      public UpgradeOperationHistoricalStatusInfoProperties()
  • Method Details

    • runningStatus

      public UpgradeOperationHistoryStatus runningStatus()
      Get information about the overall status of the upgrade operation.
      Returns:
      the runningStatus value
    • progress

      public RollingUpgradeProgressInfo progress()
      Get counts of the VMs in each state.
      Returns:
      the progress value
    • error

      public ApiError error()
      Get error Details for this upgrade if there are any.
      Returns:
      the error value
    • startedBy

      public UpgradeOperationInvoker startedBy()
      Get invoker of the Upgrade Operation. Possible values include: 'Unknown', 'User', 'Platform'.
      Returns:
      the startedBy value
    • targetImageReference

      public ImageReference targetImageReference()
      Get image Reference details.
      Returns:
      the targetImageReference value
    • rollbackInfo

      public RollbackStatusInfo rollbackInfo()
      Get information about OS rollback if performed.
      Returns:
      the rollbackInfo value