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