Class ComputePolicyProperties

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.fluent.models.ComputePolicyProperties

public final class ComputePolicyProperties extends Object
The compute policy properties.
  • Constructor Details

    • ComputePolicyProperties

      public ComputePolicyProperties()
      Creates an instance of ComputePolicyProperties class.
  • Method Details

    • objectId

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

      public AadObjectType objectType()
      Get the objectType property: The type of AAD object the object identifier refers to.
      Returns:
      the objectType value.
    • maxDegreeOfParallelismPerJob

      public Integer maxDegreeOfParallelismPerJob()
      Get the maxDegreeOfParallelismPerJob property: The maximum degree of parallelism per job this user can use to submit jobs.
      Returns:
      the maxDegreeOfParallelismPerJob value.
    • minPriorityPerJob

      public Integer minPriorityPerJob()
      Get the minPriorityPerJob property: The minimum priority per job this user can use to submit jobs.
      Returns:
      the minPriorityPerJob value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.