Class AvailableRuntimeVersionsInner
- java.lang.Object
-
- com.azure.resourcemanager.appplatform.fluent.models.AvailableRuntimeVersionsInner
-
public final class AvailableRuntimeVersionsInner extends Object
The AvailableRuntimeVersions model.
-
-
Constructor Summary
Constructors Constructor Description AvailableRuntimeVersionsInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<SupportedRuntimeVersion>value()Get the value property: A list of all supported runtime versions.
-
-
-
Method Detail
-
value
public List<SupportedRuntimeVersion> value()
Get the value property: A list of all supported runtime versions.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-