Uses of Class
com.microsoft.azure.management.datalake.analytics.models.CreateComputePolicyWithAccountParameters
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of CreateComputePolicyWithAccountParameters in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionCreateComputePolicyWithAccountParameters.withMaxDegreeOfParallelismPerJob
(Integer maxDegreeOfParallelismPerJob) Set the maximum degree of parallelism per job this user can use to submit jobs.CreateComputePolicyWithAccountParameters.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 create.CreateComputePolicyWithAccountParameters.withObjectId
(UUID objectId) Set the AAD object identifier for the entity to create a policy for.CreateComputePolicyWithAccountParameters.withObjectType
(AADObjectType objectType) Set the type of AAD object the object identifier refers to.Modifier and TypeMethodDescriptionCreateDataLakeAnalyticsAccountParameters.computePolicies()
Get the list of compute policies associated with this account.Modifier and TypeMethodDescriptionCreateDataLakeAnalyticsAccountParameters.withComputePolicies
(List<CreateComputePolicyWithAccountParameters> computePolicies) Set the list of compute policies associated with this account.