Uses of Enum Class
com.microsoft.azure.management.batch.ElevationLevel
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ElevationLevel in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionAutoUserSpecification.elevationLevel()
Get the default value is nonAdmin.UserAccount.elevationLevel()
Get nonAdmin - The auto user is a standard user without elevated access.static ElevationLevel
ElevationLevel.fromString
(String value) Parses a serialized value to a ElevationLevel instance.static ElevationLevel
Returns the enum constant of this class with the specified name.static ElevationLevel[]
ElevationLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAutoUserSpecification.withElevationLevel
(ElevationLevel elevationLevel) Set the default value is nonAdmin.UserAccount.withElevationLevel
(ElevationLevel elevationLevel) Set nonAdmin - The auto user is a standard user without elevated access.