java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.SubResource
com.microsoft.azure.management.datalake.analytics.models.ComputePolicy

public class ComputePolicy extends SubResource
Data Lake Analytics compute policy information.
  • Constructor Details

    • ComputePolicy

      public ComputePolicy()
  • Method Details

    • objectId

      public UUID objectId()
      Get the AAD object identifier for the entity to create a policy for.
      Returns:
      the objectId value
    • 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
    • maxDegreeOfParallelismPerJob

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

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

      public String name()
      Get the resource name.
      Overrides:
      name in class SubResource
      Returns:
      the name value
    • type

      public String type()
      Get the resource type.
      Overrides:
      type in class SubResource
      Returns:
      the type value