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 Summary
Constructors Constructor Description PropertyUpdatesInProgress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtargetTier()Get the targetTier property: The target performance tier of the disk if a tier change operation is in progress.voidvalidate()Validates the instance.PropertyUpdatesInProgresswithTargetTier(String targetTier)Set the targetTier property: The target performance tier of the disk if a tier change operation is in progress.
-
-
-
Method Detail
-
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.
-
-