PropertyUpdatesInProgress Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. PropertyUpdatesInProgress
- com.
Implements
public final class PropertyUpdatesInProgress
implements JsonSerializable<PropertyUpdatesInProgress>
Properties of the disk for which update is pending.
Constructor Summary
Constructor | Description |
---|---|
PropertyUpdatesInProgress() |
Creates an instance of Property |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Property |
fromJson(JsonReader jsonReader)
Reads an instance of Property |
String |
targetTier()
Get the target |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Property |
withTargetTier(String targetTier)
Set the target |
Methods inherited from java.lang.Object
Constructor Details
PropertyUpdatesInProgress
public PropertyUpdatesInProgress()
Creates an instance of PropertyUpdatesInProgress class.
Method Details
fromJson
public static PropertyUpdatesInProgress fromJson(JsonReader jsonReader)
Reads an instance of PropertyUpdatesInProgress from the JsonReader.
Parameters:
Returns:
Throws:
targetTier
public String targetTier()
Get the targetTier property: The target performance tier of the disk if a tier change operation is in progress.
Returns:
toJson
validate
public void validate()
Validates the instance.
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:
Returns:
Applies to
Azure SDK for Java