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