Package com.azure.compute.batch.models
Class ElevationLevel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ElevationLevel>
com.azure.compute.batch.models.ElevationLevel
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
ElevationLevel enums.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElevationLevel
The user is a user with elevated access and operates with full Administrator permissions.static final ElevationLevel
The user is a standard user without elevated access. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ElevationLevel
fromString
(String name) Creates or finds a ElevationLevel from its string representation.static Collection
<ElevationLevel> values()
Gets known ElevationLevel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NON_ADMIN
The user is a standard user without elevated access. -
ADMIN
The user is a user with elevated access and operates with full Administrator permissions.
-
-
Constructor Details
-
ElevationLevel
Deprecated.Use thefromString(String)
factory method.Creates a new instance of ElevationLevel value.
-
-
Method Details
-
fromString
Creates or finds a ElevationLevel from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ElevationLevel.
-
values
Gets known ElevationLevel values.- Returns:
- known ElevationLevel values.
-
fromString(String)
factory method.