Lab.DefinitionStages.WithUsageQuota Interface

public static interface Lab.DefinitionStages.WithUsageQuota

The stage of the lab definition allowing to specify UsageQuota.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withUsageQuota(Period usageQuota)

Specifies usageQuota.

Method Details

withUsageQuota

public abstract Lab.DefinitionStages.WithCreate withUsageQuota(Period usageQuota)

Specifies usageQuota.

Parameters:

usageQuota - Maximum duration a user can use an environment for in the lab

Returns:

the next definition stage

Applies to