Uses of Enum
com.azure.resourcemanager.batch.models.ElevationLevel
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ElevationLevel in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionAutoUserSpecification.elevationLevel()
Get the elevationLevel property: The elevation level of the user.UserAccount.elevationLevel()
Get the elevationLevel property: The elevation level of the user.static ElevationLevel
ElevationLevel.fromString
(String value) Parses a serialized value to a ElevationLevel instance.static ElevationLevel
Returns the enum constant of this type with the specified name.static ElevationLevel[]
ElevationLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAutoUserSpecification.withElevationLevel
(ElevationLevel elevationLevel) Set the elevationLevel property: The elevation level of the user.UserAccount.withElevationLevel
(ElevationLevel elevationLevel) Set the elevationLevel property: The elevation level of the user.