
com.pulumi.azurenative.datalakeanalytics.inputs.CreateComputePolicyWithAccountParametersArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.datalakeanalytics.inputs;
import com.pulumi.azurenative.datalakeanalytics.enums.AADObjectType;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Integer;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* The parameters used to create a new compute policy while creating a new Data Lake Analytics account.
*
*/
public final class CreateComputePolicyWithAccountParametersArgs extends com.pulumi.resources.ResourceArgs {
public static final CreateComputePolicyWithAccountParametersArgs Empty = new CreateComputePolicyWithAccountParametersArgs();
/**
* 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.
*
*/
@Import(name="maxDegreeOfParallelismPerJob")
private @Nullable Output maxDegreeOfParallelismPerJob;
/**
* @return 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.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy