StudentLabs interface

Interface representing a StudentLabs.

Methods

get(string, StudentLabsGetOptionalParams)

Get the details for a specified lab associated with the student lab.

listAll(StudentLabsListAllOptionalParams)

Get a list of all labs associated with the caller of the API.

Method Details

get(string, StudentLabsGetOptionalParams)

Get the details for a specified lab associated with the student lab.

function get(studentLabName: string, options?: StudentLabsGetOptionalParams): Promise<StudentLabDetails>

Parameters

studentLabName

string

Student lab name.

options
StudentLabsGetOptionalParams

The options parameters.

Returns

listAll(StudentLabsListAllOptionalParams)

Get a list of all labs associated with the caller of the API.

function listAll(options?: StudentLabsListAllOptionalParams): PagedAsyncIterableIterator<StudentLabDetails, StudentLabDetails[], PageSettings>

Parameters

options
StudentLabsListAllOptionalParams

The options parameters.

Returns