Lab.UpdateStages.WithMaxUsersInLab Interface

public static interface Lab.UpdateStages.WithMaxUsersInLab

The stage of the lab update allowing to specify MaxUsersInLab.

Method Summary

Modifier and Type Method and Description
abstract Update withMaxUsersInLab(Integer maxUsersInLab)

Specifies maxUsersInLab.

Method Details

withMaxUsersInLab

public abstract Lab.Update withMaxUsersInLab(Integer maxUsersInLab)

Specifies maxUsersInLab.

Parameters:

maxUsersInLab - Maximum number of users allowed in the lab

Returns:

the next update stage

Applies to