다음을 통해 공유


UpgradeOperationHistoricalStatusInfoInner Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.fluent.models.UpgradeOperationHistoricalStatusInfoInner

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 UpgradeOperationHistoricalStatusInfoInner class.

Method Summary

Modifier and Type Method and Description
static UpgradeOperationHistoricalStatusInfoInner fromJson(JsonReader jsonReader)

Reads an instance of UpgradeOperationHistoricalStatusInfoInner from the JsonReader.

String location()

Get the location property: Resource location.

UpgradeOperationHistoricalStatusInfoProperties properties()

Get the properties property: Information about the properties of the upgrade operation.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of UpgradeOperationHistoricalStatusInfoInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the UpgradeOperationHistoricalStatusInfoInner.

location

public String location()

Get the location property: Resource location.

Returns:

the location value.

properties

public UpgradeOperationHistoricalStatusInfoProperties properties()

Get the properties property: Information about the properties of the upgrade operation.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Resource type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to