| Package | Description | 
|---|---|
| com.microsoft.azure.management.datalake.analytics | 
 This package contains the classes for DataLakeAnalyticsCatalogManagementClient. 
 | 
| com.microsoft.azure.management.datalake.analytics.models | 
 This package contains the models classes for DataLakeAnalyticsCatalogManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ComputePolicy | 
ComputePolicies.createOrUpdate(String resourceGroupName,
              String accountName,
              String computePolicyName,
              CreateOrUpdateComputePolicyParameters parameters)
Creates or updates the specified compute policy. 
 | 
rx.Observable<ComputePolicy> | 
ComputePolicies.createOrUpdateAsync(String resourceGroupName,
                   String accountName,
                   String computePolicyName,
                   CreateOrUpdateComputePolicyParameters parameters)
Creates or updates the specified compute policy. 
 | 
ServiceFuture<ComputePolicy> | 
ComputePolicies.createOrUpdateAsync(String resourceGroupName,
                   String accountName,
                   String computePolicyName,
                   CreateOrUpdateComputePolicyParameters parameters,
                   ServiceCallback<ComputePolicy> serviceCallback)
Creates or updates the specified compute policy. 
 | 
rx.Observable<ServiceResponse<ComputePolicy>> | 
ComputePolicies.createOrUpdateWithServiceResponseAsync(String resourceGroupName,
                                      String accountName,
                                      String computePolicyName,
                                      CreateOrUpdateComputePolicyParameters parameters)
Creates or updates the specified compute policy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateOrUpdateComputePolicyParameters | 
CreateOrUpdateComputePolicyParameters.withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
Set the maximum degree of parallelism per job this user can use to submit jobs. 
 | 
CreateOrUpdateComputePolicyParameters | 
CreateOrUpdateComputePolicyParameters.withMinPriorityPerJob(Integer minPriorityPerJob)
Set the minimum priority per job this user can use to submit jobs. 
 | 
CreateOrUpdateComputePolicyParameters | 
CreateOrUpdateComputePolicyParameters.withObjectId(UUID objectId)
Set the AAD object identifier for the entity to create a policy for. 
 | 
CreateOrUpdateComputePolicyParameters | 
CreateOrUpdateComputePolicyParameters.withObjectType(AADObjectType objectType)
Set the type of AAD object the object identifier refers to. 
 | 
Copyright © 2019. All rights reserved.