Uses of Enum
com.azure.resourcemanager.batch.models.ElevationLevel
Packages that use ElevationLevel
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ElevationLevel in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return ElevationLevelModifier 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 ElevationLevelElevationLevel.fromString(String value) Parses a serialized value to a ElevationLevel instance.static ElevationLevelReturns 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.Methods in com.azure.resourcemanager.batch.models with parameters of type ElevationLevelModifier 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.