Uses of Class
com.microsoft.azure.management.datalake.analytics.models.UpdateComputePolicyParameters
Packages that use UpdateComputePolicyParameters
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of UpdateComputePolicyParameters in com.microsoft.azure.management.datalake.analytics
Methods in com.microsoft.azure.management.datalake.analytics with parameters of type UpdateComputePolicyParametersModifier and TypeMethodDescriptionComputePolicies.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.com.microsoft.rest.ServiceFuture<ComputePolicy>
ComputePolicies.updateAsync
(String resourceGroupName, String accountName, String computePolicyName, UpdateComputePolicyParameters parameters, com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback) Updates the specified compute policy.rx.Observable<com.microsoft.rest.ServiceResponse<ComputePolicy>>
ComputePolicies.updateWithServiceResponseAsync
(String resourceGroupName, String accountName, String computePolicyName, UpdateComputePolicyParameters parameters) Updates the specified compute policy. -
Uses of UpdateComputePolicyParameters in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return UpdateComputePolicyParametersModifier and TypeMethodDescriptionUpdateComputePolicyParameters.withMaxDegreeOfParallelismPerJob
(Integer maxDegreeOfParallelismPerJob) Set the maximum degree of parallelism per job this user can use to submit jobs.UpdateComputePolicyParameters.withMinPriorityPerJob
(Integer minPriorityPerJob) Set the minimum priority per job this user can use to submit jobs.UpdateComputePolicyParameters.withObjectId
(UUID objectId) Set the AAD object identifier for the entity to create a policy for.UpdateComputePolicyParameters.withObjectType
(AADObjectType objectType) Set the type of AAD object the object identifier refers to.