ElevationLevel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. compute. batch. models. ElevationLevel
- com.
- com.
public final class ElevationLevel
extends ExpandableStringEnum<ElevationLevel>
ElevationLevel enums.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Elevation |
ADMIN
The user is a user with elevated access and operates with full Administrator permissions. |
|
static final
Elevation |
NON_ADMIN
The user is a standard user without elevated access. |
Constructor Summary
| Constructor | Description |
|---|---|
| ElevationLevel() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Elevation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Elevation |
fromString(String name)
Creates or finds a Elevation |
|
static
Collection<Elevation |
values()
Gets known Elevation |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ADMIN
public static final ElevationLevel ADMIN
The user is a user with elevated access and operates with full Administrator permissions.
NON_ADMIN
public static final ElevationLevel NON_ADMIN
The user is a standard user without elevated access.
Constructor Details
ElevationLevel
@Deprecated
public ElevationLevel()
Deprecated
Creates a new instance of ElevationLevel value.
Method Details
fromString
public static ElevationLevel fromString(String name)
Creates or finds a ElevationLevel from its string representation.
Parameters:
Returns:
values
public static Collection<ElevationLevel> values()
Gets known ElevationLevel values.
Returns: