Class ComputePolicy
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.SubResource
com.microsoft.azure.management.datalake.analytics.models.ComputePolicy
Data Lake Analytics compute policy information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the maximum degree of parallelism per job this user can use to submit jobs.Get the minimum priority per job this user can use to submit jobs.name()
Get the resource name.objectId()
Get the AAD object identifier for the entity to create a policy for.Get the type of AAD object the object identifier refers to.type()
Get the resource type.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.SubResource
id
-
Constructor Details
-
ComputePolicy
public ComputePolicy()
-
-
Method Details
-
objectId
Get the AAD object identifier for the entity to create a policy for.- Returns:
- the objectId value
-
objectType
Get the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'.- Returns:
- the objectType value
-
maxDegreeOfParallelismPerJob
Get the maximum degree of parallelism per job this user can use to submit jobs.- Returns:
- the maxDegreeOfParallelismPerJob value
-
minPriorityPerJob
Get the minimum priority per job this user can use to submit jobs.- Returns:
- the minPriorityPerJob value
-
name
Get the resource name.- Overrides:
name
in classSubResource
- Returns:
- the name value
-
type
Get the resource type.- Overrides:
type
in classSubResource
- Returns:
- the type value
-