Uses of Enum Class
com.microsoft.azure.management.batch.ElevationLevel
Packages that use ElevationLevel
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ElevationLevel in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ElevationLevelModifier and TypeMethodDescriptionAutoUserSpecification.elevationLevel()Get the default value is nonAdmin.UserAccount.elevationLevel()Get nonAdmin - The auto user is a standard user without elevated access.static ElevationLevelElevationLevel.fromString(String value) Parses a serialized value to a ElevationLevel instance.static ElevationLevelReturns 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.Methods in com.microsoft.azure.management.batch with parameters of type ElevationLevelModifier 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.