LanguageRuntime Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. confidentialledger. models. LanguageRuntime
- com.
- com.
public final class LanguageRuntime
extends ExpandableStringEnum<LanguageRuntime>
Object representing LanguageRuntime for Manged CCF.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Language |
CPP
Static value CPP for Language |
static final
Language |
JS
Static value JS for Language |
Constructor Summary
Constructor | Description |
---|---|
LanguageRuntime() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Language |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Language |
fromString(String name)
Creates or finds a Language |
static
Collection<Language |
values()
Gets known Language |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CPP
public static final LanguageRuntime CPP
Static value CPP for LanguageRuntime.
JS
public static final LanguageRuntime JS
Static value JS for LanguageRuntime.
Constructor Details
LanguageRuntime
@Deprecated
public LanguageRuntime()
Deprecated
Creates a new instance of LanguageRuntime value.
Method Details
fromString
public static LanguageRuntime fromString(String name)
Creates or finds a LanguageRuntime from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known LanguageRuntime values.
Returns:
Applies to
Azure SDK for Java