AvailableRuntimeVersionsInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.fluent.models.AvailableRuntimeVersionsInner

Implements

public final class AvailableRuntimeVersionsInner
implements JsonSerializable<AvailableRuntimeVersionsInner>

The AvailableRuntimeVersions model.

Constructor Summary

Constructor Description
AvailableRuntimeVersionsInner()

Creates an instance of AvailableRuntimeVersionsInner class.

Method Summary

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

Reads an instance of AvailableRuntimeVersionsInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<SupportedRuntimeVersion> value()

Get the value property: A list of all supported runtime versions.

Methods inherited from java.lang.Object

Constructor Details

AvailableRuntimeVersionsInner

public AvailableRuntimeVersionsInner()

Creates an instance of AvailableRuntimeVersionsInner class.

Method Details

fromJson

public static AvailableRuntimeVersionsInner fromJson(JsonReader jsonReader)

Reads an instance of AvailableRuntimeVersionsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AvailableRuntimeVersionsInner 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 AvailableRuntimeVersionsInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A list of all supported runtime versions.

Returns:

the value value.

Applies to