Share via


SupportedRuntimeValue Class

  • java.lang.Object
    • com.azure.core.util.ExpandableStringEnum
      • com.azure.resourcemanager.appplatform.models.SupportedRuntimeValue

public final class SupportedRuntimeValue
extends com.azure.core.util.ExpandableStringEnum<SupportedRuntimeValue>

The raw value which could be passed to deployment CRUD operations.

Field Summary

Modifier and Type Field and Description
static final SupportedRuntimeValue JAVA_11

Static value Java_11 for SupportedRuntimeValue.

static final SupportedRuntimeValue JAVA_17

Static value Java_17 for SupportedRuntimeValue.

static final SupportedRuntimeValue JAVA_8

Static value Java_8 for SupportedRuntimeValue.

static final SupportedRuntimeValue NET_CORE_31

Static value NetCore_31 for SupportedRuntimeValue.

Constructor Summary

Constructor Description
SupportedRuntimeValue()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SupportedRuntimeValue value.

Method Summary

Modifier and Type Method and Description
static SupportedRuntimeValue fromString(String name)

Creates or finds a SupportedRuntimeValue from its string representation.

static Collection<SupportedRuntimeValue> values()

Gets known SupportedRuntimeValue values.

Methods inherited from com.azure.core.util.ExpandableStringEnum

com.azure.core.util.ExpandableStringEnum.<T>fromString com.azure.core.util.ExpandableStringEnum.<T>values com.azure.core.util.ExpandableStringEnum.equals com.azure.core.util.ExpandableStringEnum.getValue com.azure.core.util.ExpandableStringEnum.hashCode com.azure.core.util.ExpandableStringEnum.toString

Methods inherited from java.lang.Object

Field Details

JAVA_11

public static final SupportedRuntimeValue JAVA_11

Static value Java_11 for SupportedRuntimeValue.

JAVA_17

public static final SupportedRuntimeValue JAVA_17

Static value Java_17 for SupportedRuntimeValue.

JAVA_8

public static final SupportedRuntimeValue JAVA_8

Static value Java_8 for SupportedRuntimeValue.

NET_CORE_31

public static final SupportedRuntimeValue NET_CORE_31

Static value NetCore_31 for SupportedRuntimeValue.

Constructor Details

SupportedRuntimeValue

@Deprecated
public SupportedRuntimeValue()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SupportedRuntimeValue value.

Method Details

fromString

public static SupportedRuntimeValue fromString(String name)

Creates or finds a SupportedRuntimeValue from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SupportedRuntimeValue.

values

public static Collection<SupportedRuntimeValue> values()

Gets known SupportedRuntimeValue values.

Returns:

known SupportedRuntimeValue values.

Applies to