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.update(String resourceGroupName,
String accountName,
String computePolicyName,
UpdateComputePolicyParameters parameters)
Updates the specified compute policy.
|
rx.Observable<ComputePolicy> |
ComputePolicies.updateAsync(String resourceGroupName,
String accountName,
String computePolicyName,
UpdateComputePolicyParameters parameters)
Updates the specified compute policy.
|
ServiceFuture<ComputePolicy> |
ComputePolicies.updateAsync(String resourceGroupName,
String accountName,
String computePolicyName,
UpdateComputePolicyParameters parameters,
ServiceCallback<ComputePolicy> serviceCallback)
Updates the specified compute policy.
|
rx.Observable<ServiceResponse<ComputePolicy>> |
ComputePolicies.updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String computePolicyName,
UpdateComputePolicyParameters parameters)
Updates the specified compute policy.
|
Modifier and Type | Method and Description |
---|---|
UpdateComputePolicyParameters |
UpdateComputePolicyParameters.withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
Set the maximum degree of parallelism per job this user can use to submit jobs.
|
UpdateComputePolicyParameters |
UpdateComputePolicyParameters.withMinPriorityPerJob(Integer minPriorityPerJob)
Set the minimum priority per job this user can use to submit jobs.
|
UpdateComputePolicyParameters |
UpdateComputePolicyParameters.withObjectId(UUID objectId)
Set the AAD object identifier for the entity to create a policy for.
|
UpdateComputePolicyParameters |
UpdateComputePolicyParameters.withObjectType(AADObjectType objectType)
Set the type of AAD object the object identifier refers to.
|
Copyright © 2019. All rights reserved.