Class UpdateInstallProgress

java.lang.Object
com.azure.resourcemanager.databoxedge.models.UpdateInstallProgress

public final class UpdateInstallProgress extends Object
Progress details during installation of updates.
  • Constructor Details

    • UpdateInstallProgress

      public UpdateInstallProgress()
      Creates an instance of UpdateInstallProgress class.
  • Method Details

    • percentComplete

      public Integer percentComplete()
      Get the percentComplete property: Percentage completed.
      Returns:
      the percentComplete value.
    • numberOfUpdatesToInstall

      public Integer numberOfUpdatesToInstall()
      Get the numberOfUpdatesToInstall property: Number of updates to install.
      Returns:
      the numberOfUpdatesToInstall value.
    • numberOfUpdatesInstalled

      public Integer numberOfUpdatesInstalled()
      Get the numberOfUpdatesInstalled property: Number of updates installed.
      Returns:
      the numberOfUpdatesInstalled value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.