Class AutoUserSpecification
- java.lang.Object
-
- com.microsoft.azure.management.batch.AutoUserSpecification
-
public class AutoUserSpecification extends Object
Specifies the parameters for the auto user that runs a task on the Batch service.
-
-
Constructor Summary
Constructors Constructor Description AutoUserSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElevationLevelelevationLevel()Get the elevationLevel value.AutoUserScopescope()Get the scope value.AutoUserSpecificationwithElevationLevel(ElevationLevel elevationLevel)Set the elevationLevel value.AutoUserSpecificationwithScope(AutoUserScope scope)Set the scope value.
-
-
-
Method Detail
-
scope
public AutoUserScope scope()
Get the scope value.- Returns:
- the scope value
-
withScope
public AutoUserSpecification withScope(AutoUserScope scope)
Set the scope value.- Parameters:
scope- the scope value to set- Returns:
- the AutoUserSpecification object itself.
-
elevationLevel
public ElevationLevel elevationLevel()
Get the elevationLevel value.- Returns:
- the elevationLevel value
-
withElevationLevel
public AutoUserSpecification withElevationLevel(ElevationLevel elevationLevel)
Set the elevationLevel value.- Parameters:
elevationLevel- the elevationLevel value to set- Returns:
- the AutoUserSpecification object itself.
-
-