ListEnvironmentsPayload Class

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

public class ListEnvironmentsPayload

Represents the payload to list environments owned by a user.

Constructor Summary

Constructor Description
ListEnvironmentsPayload()

Method Summary

Modifier and Type Method and Description
java.lang.String labId()

Get the resource Id of the lab.

ListEnvironmentsPayload withLabId(String labId)

Set the resource Id of 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

ListEnvironmentsPayload

public ListEnvironmentsPayload()

Method Details

labId

public String labId()

Get the resource Id of the lab.

Returns:

the labId value

withLabId

public ListEnvironmentsPayload withLabId(String labId)

Set the resource Id of the lab.

Parameters:

labId - the labId value to set

Returns:

the ListEnvironmentsPayload object itself.

Applies to