UpdateComputePolicyParameters interface

The parameters used to update a compute policy.

Properties

maxDegreeOfParallelismPerJob

The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed.

minPriorityPerJob

The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed.

objectId

The AAD object identifier for the entity to create a policy for.

objectType

The type of AAD object the object identifier refers to.

Property Details

maxDegreeOfParallelismPerJob

The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed.

maxDegreeOfParallelismPerJob?: number

Property Value

number

minPriorityPerJob

The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed.

minPriorityPerJob?: number

Property Value

number

objectId

The AAD object identifier for the entity to create a policy for.

objectId?: string

Property Value

string

objectType

The type of AAD object the object identifier refers to.

objectType?: string

Property Value

string