Class RollingUpgradeProgressInfo

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

public class RollingUpgradeProgressInfo extends Object
Information about the number of virtual machine instances in each upgrade state.
  • Constructor Details

    • RollingUpgradeProgressInfo

      public RollingUpgradeProgressInfo()
  • Method Details

    • successfulInstanceCount

      public Integer successfulInstanceCount()
      Get the number of instances that have been successfully upgraded.
      Returns:
      the successfulInstanceCount value
    • failedInstanceCount

      public Integer failedInstanceCount()
      Get the number of instances that have failed to be upgraded successfully.
      Returns:
      the failedInstanceCount value
    • inProgressInstanceCount

      public Integer inProgressInstanceCount()
      Get the number of instances that are currently being upgraded.
      Returns:
      the inProgressInstanceCount value
    • pendingInstanceCount

      public Integer pendingInstanceCount()
      Get the number of instances that have not yet begun to be upgraded.
      Returns:
      the pendingInstanceCount value