Share via


DataLakeAnalyticsComputePolicyPatch Class

Definition

The parameters used to update a compute policy. Serialized Name: UpdateComputePolicyParameters

public class DataLakeAnalyticsComputePolicyPatch
type DataLakeAnalyticsComputePolicyPatch = class
Public Class DataLakeAnalyticsComputePolicyPatch
Inheritance
DataLakeAnalyticsComputePolicyPatch

Constructors

DataLakeAnalyticsComputePolicyPatch()

Initializes a new instance of DataLakeAnalyticsComputePolicyPatch.

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: UpdateComputePolicyParameters.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: UpdateComputePolicyParameters.properties.minPriorityPerJob

ObjectId

The AAD object identifier for the entity to create a policy for. Serialized Name: UpdateComputePolicyParameters.properties.objectId

ObjectType

The type of AAD object the object identifier refers to. Serialized Name: UpdateComputePolicyParameters.properties.objectType

Applies to