LabCreationParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.labservices.v2018_10_15.LabCreationParameters

public class LabCreationParameters

Settings related to creating a lab.

Constructor Summary

Constructor Description
LabCreationParameters()

Method Summary

Modifier and Type Method and Description
java.lang.Integer maxUsersInLab()

Get maximum number of users allowed in the lab.

LabCreationParameters withMaxUsersInLab(Integer maxUsersInLab)

Set maximum number of users allowed in the lab.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

LabCreationParameters

public LabCreationParameters()

Method Details

maxUsersInLab

public Integer maxUsersInLab()

Get maximum number of users allowed in the lab.

Returns:

the maxUsersInLab value

withMaxUsersInLab

public LabCreationParameters withMaxUsersInLab(Integer maxUsersInLab)

Set maximum number of users allowed in the lab.

Parameters:

maxUsersInLab - the maxUsersInLab value to set

Returns:

the LabCreationParameters object itself.

Applies to