Uses of Class
com.microsoft.azure.management.batch.ElevationLevel
-
-
Uses of ElevationLevel in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ElevationLevel Modifier and Type Method Description ElevationLevelAutoUserSpecification. elevationLevel()Get the elevationLevel value.ElevationLevelUserAccount. elevationLevel()Get the elevationLevel value.static ElevationLevelElevationLevel. fromString(String value)Parses a serialized value to a ElevationLevel instance.static ElevationLevelElevationLevel. valueOf(String name)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.Methods in com.microsoft.azure.management.batch with parameters of type ElevationLevel Modifier and Type Method Description AutoUserSpecificationAutoUserSpecification. withElevationLevel(ElevationLevel elevationLevel)Set the elevationLevel value.UserAccountUserAccount. withElevationLevel(ElevationLevel elevationLevel)Set the elevationLevel value.
-