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