Create Compute Policy With Account Parameters Args
data class CreateComputePolicyWithAccountParametersArgs(val maxDegreeOfParallelismPerJob: Output<Int>? = null, val minPriorityPerJob: Output<Int>? = null, val name: Output<String>, val objectId: Output<String>, val objectType: Output<Either<String, AADObjectType>>) : ConvertibleToJava<CreateComputePolicyWithAccountParametersArgs>
The parameters used to create a new compute policy while creating a new Data Lake Analytics account.
Properties
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
The type of AAD object the object identifier refers to.