Interface User.DefinitionStages.WithAdditionalUsageQuota

All Known Subinterfaces:
User.Definition, User.DefinitionStages.WithCreate
Enclosing interface:
User.DefinitionStages

public static interface User.DefinitionStages.WithAdditionalUsageQuota
The stage of the User definition allowing to specify additionalUsageQuota.
  • Method Details

    • withAdditionalUsageQuota

      User.DefinitionStages.WithCreate 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.