EnvironmentVariableType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. EnvironmentVariableType
- com.
- com.
public final class EnvironmentVariableType
extends ExpandableStringEnum<EnvironmentVariableType>
Type of Environment Variable Type of the Environment Variable. Possible values are: local - For local variable.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Environment |
LOCAL
Static value local for Environment |
Constructor Summary
| Constructor | Description |
|---|---|
| EnvironmentVariableType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Environment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Environment |
fromString(String name)
Creates or finds a Environment |
|
static
Collection<Environment |
values()
Gets known Environment |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
LOCAL
public static final EnvironmentVariableType LOCAL
Static value local for EnvironmentVariableType.
Constructor Details
EnvironmentVariableType
@Deprecated
public EnvironmentVariableType()
Deprecated
Creates a new instance of EnvironmentVariableType value.
Method Details
fromString
public static EnvironmentVariableType fromString(String name)
Creates or finds a EnvironmentVariableType from its string representation.
Parameters:
Returns:
values
public static Collection<EnvironmentVariableType> values()
Gets known EnvironmentVariableType values.
Returns: