| Package | Description | 
|---|---|
| com.microsoft.azure.management.datalake.analytics.models | 
 This package contains the models classes for DataLakeAnalyticsCatalogManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateComputePolicyWithAccountParameters | 
UpdateComputePolicyWithAccountParameters.withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
Set the maximum degree of parallelism per job this user can use to submit jobs. 
 | 
UpdateComputePolicyWithAccountParameters | 
UpdateComputePolicyWithAccountParameters.withMinPriorityPerJob(Integer minPriorityPerJob)
Set the minimum priority per job this user can use to submit jobs. 
 | 
UpdateComputePolicyWithAccountParameters | 
UpdateComputePolicyWithAccountParameters.withName(String name)
Set the unique name of the compute policy to update. 
 | 
UpdateComputePolicyWithAccountParameters | 
UpdateComputePolicyWithAccountParameters.withObjectId(UUID objectId)
Set the AAD object identifier for the entity to create a policy for. 
 | 
UpdateComputePolicyWithAccountParameters | 
UpdateComputePolicyWithAccountParameters.withObjectType(AADObjectType objectType)
Set the type of AAD object the object identifier refers to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<UpdateComputePolicyWithAccountParameters> | 
UpdateDataLakeAnalyticsAccountParameters.computePolicies()
Get the list of compute policies associated with this account. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateDataLakeAnalyticsAccountParameters | 
UpdateDataLakeAnalyticsAccountParameters.withComputePolicies(List<UpdateComputePolicyWithAccountParameters> computePolicies)
Set the list of compute policies associated with this account. 
 | 
Copyright © 2019. All rights reserved.