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.
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. |
Methods inherited from java.lang.Object
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.