Share via


User.UpdateStages.WithAdditionalUsageQuota Interface

public static interface User.UpdateStages.WithAdditionalUsageQuota

The stage of the User update allowing to specify additionalUsageQuota.

Method Summary

Modifier and Type Method and Description
abstract Update 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

public abstract 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.

Applies to