Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CreateComputePolicyWithAccountParameters |
CreateComputePolicyWithAccountParameters.withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
Set the maximum degree of parallelism per job this user can use to submit jobs.
|
CreateComputePolicyWithAccountParameters |
CreateComputePolicyWithAccountParameters.withMinPriorityPerJob(Integer minPriorityPerJob)
Set the minimum priority per job this user can use to submit jobs.
|
CreateComputePolicyWithAccountParameters |
CreateComputePolicyWithAccountParameters.withName(String name)
Set the unique name of the compute policy to create.
|
CreateComputePolicyWithAccountParameters |
CreateComputePolicyWithAccountParameters.withObjectId(UUID objectId)
Set the AAD object identifier for the entity to create a policy for.
|
CreateComputePolicyWithAccountParameters |
CreateComputePolicyWithAccountParameters.withObjectType(AADObjectType objectType)
Set the type of AAD object the object identifier refers to.
|
Modifier and Type | Method and Description |
---|---|
List<CreateComputePolicyWithAccountParameters> |
CreateDataLakeAnalyticsAccountParameters.computePolicies()
Get the list of compute policies associated with this account.
|
Modifier and Type | Method and Description |
---|---|
CreateDataLakeAnalyticsAccountParameters |
CreateDataLakeAnalyticsAccountParameters.withComputePolicies(List<CreateComputePolicyWithAccountParameters> computePolicies)
Set the list of compute policies associated with this account.
|
Copyright © 2019. All rights reserved.