DataLakeAnalyticsComputePolicyCreateOrUpdateContent 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 create a new compute policy. Serialized Name: CreateOrUpdateComputePolicyParameters
public class DataLakeAnalyticsComputePolicyCreateOrUpdateContent
type DataLakeAnalyticsComputePolicyCreateOrUpdateContent = class
Public Class DataLakeAnalyticsComputePolicyCreateOrUpdateContent
- Inheritance
-
DataLakeAnalyticsComputePolicyCreateOrUpdateContent
Constructors
DataLakeAnalyticsComputePolicyCreateOrUpdateContent(Guid, AadObjectIdentifierType) |
Initializes a new instance of DataLakeAnalyticsComputePolicyCreateOrUpdateContent. |
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: CreateOrUpdateComputePolicyParameters.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: CreateOrUpdateComputePolicyParameters.properties.minPriorityPerJob |
ObjectId |
The AAD object identifier for the entity to create a policy for. Serialized Name: CreateOrUpdateComputePolicyParameters.properties.objectId |
ObjectType |
The type of AAD object the object identifier refers to. Serialized Name: CreateOrUpdateComputePolicyParameters.properties.objectType |
Applies to
Azure SDK for .NET