Interface User.UpdateStages.WithAdditionalUsageQuota

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

public static interface User.UpdateStages.WithAdditionalUsageQuota
The stage of the User update allowing to specify additionalUsageQuota.
  • Method Summary

    Modifier and Type
    Method
    Description
    withAdditionalUsageQuota(Duration additionalUsageQuota)
    Specifies the additionalUsageQuota property: The amount of usage quota time the user gets in addition to the lab usage quota..
  • Method Details

    • withAdditionalUsageQuota

      User.Update withAdditionalUsageQuota(Duration additionalUsageQuota)
      Specifies the additionalUsageQuota property: The amount of usage quota time the user gets in addition to the lab usage quota..
      Parameters:
      additionalUsageQuota - The amount of usage quota time the user gets in addition to the lab usage quota.
      Returns:
      the next definition stage.