CreateComputePolicyWithAccountParameters Class
The parameters used to create a new compute policy while creating a new Data Lake Analytics account.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
CreateComputePolicyWithAccountParameters
Constructor
CreateComputePolicyWithAccountParameters(**kwargs)
Parameters
- 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
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.
Feedback
Submit and view feedback for