Class PropertyUpdatesInProgress

java.lang.Object
com.azure.resourcemanager.compute.models.PropertyUpdatesInProgress

public final class PropertyUpdatesInProgress extends Object
Properties of the disk for which update is pending.
  • Constructor Details

    • PropertyUpdatesInProgress

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

    • targetTier

      public String targetTier()
      Get the targetTier property: The target performance tier of the disk if a tier change operation is in progress.
      Returns:
      the targetTier value.
    • withTargetTier

      public PropertyUpdatesInProgress withTargetTier(String targetTier)
      Set the targetTier property: The target performance tier of the disk if a tier change operation is in progress.
      Parameters:
      targetTier - the targetTier value to set.
      Returns:
      the PropertyUpdatesInProgress object itself.
    • validate

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