Class PropertyUpdatesInProgress
java.lang.Object
com.azure.resourcemanager.compute.models.PropertyUpdatesInProgress
Properties of the disk for which update is pending.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the targetTier property: The target performance tier of the disk if a tier change operation is in progress.voidvalidate()Validates the instance.withTargetTier(String targetTier) Set the targetTier property: The target performance tier of the disk if a tier change operation is in progress.
-
Constructor Details
-
PropertyUpdatesInProgress
public PropertyUpdatesInProgress()
-
-
Method Details
-
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
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.
-