DataLakeAnalyticsAccount.UpdateStages.WithMaxDegreeOfParallelism Interface

public static interface DataLakeAnalyticsAccount.UpdateStages.WithMaxDegreeOfParallelism

The stage of the DataLakeAnalyticsAccount update allowing to specify maxDegreeOfParallelism.

Method Summary

Modifier and Type Method and Description
abstract Update withMaxDegreeOfParallelism(Integer maxDegreeOfParallelism)

Specifies the maxDegreeOfParallelism property: The maximum supported degree of parallelism for this account..

Method Details

withMaxDegreeOfParallelism

public abstract DataLakeAnalyticsAccount.Update withMaxDegreeOfParallelism(Integer maxDegreeOfParallelism)

Specifies the maxDegreeOfParallelism property: The maximum supported degree of parallelism for this account..

Parameters:

maxDegreeOfParallelism - The maximum supported degree of parallelism for this account.

Returns:

the next definition stage.

Applies to