java.lang.Object
com.azure.core.management.SubResource
com.azure.resourcemanager.datalakeanalytics.fluent.models.ComputePolicyInner

public final class ComputePolicyInner extends com.azure.core.management.SubResource
Data Lake Analytics compute policy information.
  • Constructor Details

    • ComputePolicyInner

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

    • name

      public String name()
      Get the name property: The resource name.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: The resource type.
      Returns:
      the type value.
    • withId

      public ComputePolicyInner withId(String id)
      Overrides:
      withId in class com.azure.core.management.SubResource
    • 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.