Class CreateOrUpdateComputePolicyParameters

java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CreateOrUpdateComputePolicyParameters

public class CreateOrUpdateComputePolicyParameters extends Object
The parameters used to create a new compute policy.
  • Constructor Details

    • CreateOrUpdateComputePolicyParameters

      public CreateOrUpdateComputePolicyParameters()
  • Method Details

    • objectId

      public UUID objectId()
      Get the AAD object identifier for the entity to create a policy for.
      Returns:
      the objectId value
    • withObjectId

      public CreateOrUpdateComputePolicyParameters withObjectId(UUID objectId)
      Set the AAD object identifier for the entity to create a policy for.
      Parameters:
      objectId - the objectId value to set
      Returns:
      the CreateOrUpdateComputePolicyParameters object itself.
    • objectType

      public AADObjectType objectType()
      Get the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'.
      Returns:
      the objectType value
    • withObjectType

      public CreateOrUpdateComputePolicyParameters withObjectType(AADObjectType objectType)
      Set the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'.
      Parameters:
      objectType - the objectType value to set
      Returns:
      the CreateOrUpdateComputePolicyParameters object itself.
    • maxDegreeOfParallelismPerJob

      public Integer maxDegreeOfParallelismPerJob()
      Get 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.
      Returns:
      the maxDegreeOfParallelismPerJob value
    • withMaxDegreeOfParallelismPerJob

      public CreateOrUpdateComputePolicyParameters withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
      Set 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.
      Parameters:
      maxDegreeOfParallelismPerJob - the maxDegreeOfParallelismPerJob value to set
      Returns:
      the CreateOrUpdateComputePolicyParameters object itself.
    • minPriorityPerJob

      public Integer minPriorityPerJob()
      Get 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.
      Returns:
      the minPriorityPerJob value
    • withMinPriorityPerJob

      public CreateOrUpdateComputePolicyParameters withMinPriorityPerJob(Integer minPriorityPerJob)
      Set 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.
      Parameters:
      minPriorityPerJob - the minPriorityPerJob value to set
      Returns:
      the CreateOrUpdateComputePolicyParameters object itself.