你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: