ComputePolicyForDataLakeAnalyticsAccountUpdateContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters used to update a compute policy while updating a Data Lake Analytics account. Serialized Name: UpdateComputePolicyWithAccountParameters
public class ComputePolicyForDataLakeAnalyticsAccountUpdateContent
type ComputePolicyForDataLakeAnalyticsAccountUpdateContent = class
Public Class ComputePolicyForDataLakeAnalyticsAccountUpdateContent
- Inheritance
-
ComputePolicyForDataLakeAnalyticsAccountUpdateContent
Constructors
ComputePolicyForDataLakeAnalyticsAccountUpdateContent(String) |
Initializes a new instance of ComputePolicyForDataLakeAnalyticsAccountUpdateContent. |
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. Serialized Name: UpdateComputePolicyWithAccountParameters.properties.maxDegreeOfParallelismPerJob |
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. Serialized Name: UpdateComputePolicyWithAccountParameters.properties.minPriorityPerJob |
Name |
The unique name of the compute policy to update. Serialized Name: UpdateComputePolicyWithAccountParameters.name |
ObjectId |
The AAD object identifier for the entity to create a policy for. Serialized Name: UpdateComputePolicyWithAccountParameters.properties.objectId |
ObjectType |
The type of AAD object the object identifier refers to. Serialized Name: UpdateComputePolicyWithAccountParameters.properties.objectType |
Applies to
Azure SDK for .NET