public class UpdateComputePolicyParameters extends Object
Constructor and Description |
---|
UpdateComputePolicyParameters() |
Modifier and Type | Method and Description |
---|---|
Integer |
maxDegreeOfParallelismPerJob()
Get the maximum degree of parallelism per job this user can use to submit jobs.
|
Integer |
minPriorityPerJob()
Get the minimum priority per job this user can use to submit jobs.
|
UUID |
objectId()
Get the AAD object identifier for the entity to create a policy for.
|
AADObjectType |
objectType()
Get the type of AAD object the object identifier refers to.
|
UpdateComputePolicyParameters |
withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
Set the maximum degree of parallelism per job this user can use to submit jobs.
|
UpdateComputePolicyParameters |
withMinPriorityPerJob(Integer minPriorityPerJob)
Set the minimum priority per job this user can use to submit jobs.
|
UpdateComputePolicyParameters |
withObjectId(UUID objectId)
Set the AAD object identifier for the entity to create a policy for.
|
UpdateComputePolicyParameters |
withObjectType(AADObjectType objectType)
Set the type of AAD object the object identifier refers to.
|
public UUID objectId()
public UpdateComputePolicyParameters withObjectId(UUID objectId)
objectId
- the objectId value to setpublic AADObjectType objectType()
public UpdateComputePolicyParameters withObjectType(AADObjectType objectType)
objectType
- the objectType value to setpublic Integer maxDegreeOfParallelismPerJob()
public UpdateComputePolicyParameters withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
maxDegreeOfParallelismPerJob
- the maxDegreeOfParallelismPerJob value to setpublic Integer minPriorityPerJob()
public UpdateComputePolicyParameters withMinPriorityPerJob(Integer minPriorityPerJob)
minPriorityPerJob
- the minPriorityPerJob value to setCopyright © 2019. All rights reserved.