AvailableRuntimeVersionsInner Class

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

public final class AvailableRuntimeVersionsInner

The AvailableRuntimeVersions model.

Constructor Summary

Constructor Description
AvailableRuntimeVersionsInner()

Creates an instance of AvailableRuntimeVersionsInner class.

Method Summary

Modifier and Type Method and Description
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

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