UpgradeOperationHistoricalStatusInfoInner Class
- java.
lang. Object - com.
azure. resourcemanager. compute. fluent. models. UpgradeOperationHistoricalStatusInfoInner
- com.
Implements
public final class UpgradeOperationHistoricalStatusInfoInner
implements JsonSerializable<UpgradeOperationHistoricalStatusInfoInner>
Virtual Machine Scale Set OS Upgrade History operation response.
Constructor Summary
Constructor | Description |
---|---|
UpgradeOperationHistoricalStatusInfoInner() |
Creates an instance of Upgrade |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Upgrade |
fromJson(JsonReader jsonReader)
Reads an instance of Upgrade |
String |
location()
Get the location property: Resource location. |
Upgrade |
properties()
Get the properties property: Information about the properties of the upgrade operation. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Resource type. |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
UpgradeOperationHistoricalStatusInfoInner
public UpgradeOperationHistoricalStatusInfoInner()
Creates an instance of UpgradeOperationHistoricalStatusInfoInner class.
Method Details
fromJson
public static UpgradeOperationHistoricalStatusInfoInner fromJson(JsonReader jsonReader)
Reads an instance of UpgradeOperationHistoricalStatusInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
location
public String location()
Get the location property: Resource location.
Returns:
properties
public UpgradeOperationHistoricalStatusInfoProperties properties()
Get the properties property: Information about the properties of the upgrade operation.
Returns:
toJson
type
public String type()
Get the type property: Resource type.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java