DataLakeAnalyticsAccount.UpdateStages.WithMaxDegreeOfParallelismPerJob Interface

public static interface DataLakeAnalyticsAccount.UpdateStages.WithMaxDegreeOfParallelismPerJob

The stage of the DataLakeAnalyticsAccount update allowing to specify maxDegreeOfParallelismPerJob.

Method Summary

Modifier and Type Method and Description
abstract Update withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)

Specifies the maxDegreeOfParallelismPerJob property: The maximum supported degree of parallelism per job for this account..

Method Details

withMaxDegreeOfParallelismPerJob

public abstract DataLakeAnalyticsAccount.Update withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)

Specifies the maxDegreeOfParallelismPerJob property: The maximum supported degree of parallelism per job for this account..

Parameters:

maxDegreeOfParallelismPerJob - The maximum supported degree of parallelism per job for this account.

Returns:

the next definition stage.

Applies to