UpdateComputePolicyParameters Class

The parameters used to update a compute policy.

Inheritance
UpdateComputePolicyParameters

Constructor

UpdateComputePolicyParameters(*, object_id: Optional[str] = None, object_type=None, max_degree_of_parallelism_per_job: Optional[int] = None, min_priority_per_job: Optional[int] = None, **kwargs)

Parameters

object_id
str
Required

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

object_type
str or AADObjectType
Required

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

max_degree_of_parallelism_per_job
int
Required

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.

min_priority_per_job
int
Required

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.