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