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