Compartilhar via


UpdateComputePolicyParameters Class

The parameters used to update a compute policy.

Inheritance
azure.mgmt.datalake.analytics.account._serialization.Model
UpdateComputePolicyParameters

Constructor

UpdateComputePolicyParameters(*, object_id: str | None = None, object_type: str | _models.AADObjectType | None = None, max_degree_of_parallelism_per_job: int | None = None, min_priority_per_job: int | None = None, **kwargs)

Keyword-Only Parameters

Name Description
object_id
str

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

object_type

The type of AAD object the object identifier refers to. Known values are: "User", "Group", and "ServicePrincipal".

max_degree_of_parallelism_per_job
int

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

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.

Variables

Name Description
object_id
str

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

object_type

The type of AAD object the object identifier refers to. Known values are: "User", "Group", and "ServicePrincipal".

max_degree_of_parallelism_per_job
int

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

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.