UpdateComputePolicyWithAccountParameters interface

The parameters used to update a compute policy while updating a Data Lake Analytics account.

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.

name

The unique name of the compute policy to update.

objectId

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

objectType

The type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'

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

name

The unique name of the compute policy to update.

name: string

Property Value

string

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. Possible values include: 'User', 'Group', 'ServicePrincipal'

objectType?: AADObjectType

Property Value