public class UpdateComputePolicyWithAccountParameters extends Object
| Constructor and Description |
|---|
UpdateComputePolicyWithAccountParameters() |
| 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.
|
String |
name()
Get the unique name of the compute policy to update.
|
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.
|
UpdateComputePolicyWithAccountParameters |
withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
Set the maximum degree of parallelism per job this user can use to submit jobs.
|
UpdateComputePolicyWithAccountParameters |
withMinPriorityPerJob(Integer minPriorityPerJob)
Set the minimum priority per job this user can use to submit jobs.
|
UpdateComputePolicyWithAccountParameters |
withName(String name)
Set the unique name of the compute policy to update.
|
UpdateComputePolicyWithAccountParameters |
withObjectId(UUID objectId)
Set the AAD object identifier for the entity to create a policy for.
|
UpdateComputePolicyWithAccountParameters |
withObjectType(AADObjectType objectType)
Set the type of AAD object the object identifier refers to.
|
public UpdateComputePolicyWithAccountParameters()
public String name()
public UpdateComputePolicyWithAccountParameters withName(String name)
name - the name value to setpublic UUID objectId()
public UpdateComputePolicyWithAccountParameters withObjectId(UUID objectId)
objectId - the objectId value to setpublic AADObjectType objectType()
public UpdateComputePolicyWithAccountParameters withObjectType(AADObjectType objectType)
objectType - the objectType value to setpublic Integer maxDegreeOfParallelismPerJob()
public UpdateComputePolicyWithAccountParameters withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
maxDegreeOfParallelismPerJob - the maxDegreeOfParallelismPerJob value to setpublic Integer minPriorityPerJob()
public UpdateComputePolicyWithAccountParameters withMinPriorityPerJob(Integer minPriorityPerJob)
minPriorityPerJob - the minPriorityPerJob value to setCopyright © 2019. All rights reserved.