Uses of Class
com.azure.compute.batch.models.ElevationLevel
Packages that use ElevationLevel
-
Uses of ElevationLevel in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as ElevationLevelModifier and TypeFieldDescriptionstatic final ElevationLevel
ElevationLevel.ADMIN
The user is a user with elevated access and operates with full Administrator permissions.static final ElevationLevel
ElevationLevel.NON_ADMIN
The user is a standard user without elevated access.Methods in com.azure.compute.batch.models that return ElevationLevelModifier and TypeMethodDescriptionstatic ElevationLevel
ElevationLevel.fromString
(String name) Creates or finds a ElevationLevel from its string representation.AutoUserSpecification.getElevationLevel()
Get the elevationLevel property: The elevation level of the auto user.UserAccount.getElevationLevel()
Get the elevationLevel property: The elevation level of the user Account.Methods in com.azure.compute.batch.models that return types with arguments of type ElevationLevelModifier and TypeMethodDescriptionstatic Collection
<ElevationLevel> ElevationLevel.values()
Gets known ElevationLevel values.Methods in com.azure.compute.batch.models with parameters of type ElevationLevelModifier and TypeMethodDescriptionAutoUserSpecification.setElevationLevel
(ElevationLevel elevationLevel) Set the elevationLevel property: The elevation level of the auto user.UserAccount.setElevationLevel
(ElevationLevel elevationLevel) Set the elevationLevel property: The elevation level of the user Account.