Interface DataLakeAnalyticsAccount.UpdateStages.WithMaxJobCount

All Known Subinterfaces:
DataLakeAnalyticsAccount.Update
Enclosing interface:
DataLakeAnalyticsAccount.UpdateStages

public static interface DataLakeAnalyticsAccount.UpdateStages.WithMaxJobCount
The stage of the DataLakeAnalyticsAccount update allowing to specify maxJobCount.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMaxJobCount(Integer maxJobCount)
    Specifies the maxJobCount property: The maximum supported jobs running under the account at the same time..
  • Method Details

    • withMaxJobCount

      DataLakeAnalyticsAccount.Update withMaxJobCount(Integer maxJobCount)
      Specifies the maxJobCount property: The maximum supported jobs running under the account at the same time..
      Parameters:
      maxJobCount - The maximum supported jobs running under the account at the same time.
      Returns:
      the next definition stage.