StudentLabsOperations interface
Interface representing a StudentLabs operations.
Properties
| get | Get the details for a specified lab associated with the student lab. |
| list |
Get a list of all labs associated with the caller of the API. |
Property Details
get
Get the details for a specified lab associated with the student lab.
get: (studentLabName: string, options?: StudentLabsGetOptionalParams) => Promise<StudentLabDetails>
Property Value
(studentLabName: string, options?: StudentLabsGetOptionalParams) => Promise<StudentLabDetails>
listAll
Get a list of all labs associated with the caller of the API.
listAll: (options?: StudentLabsListAllOptionalParams) => PagedAsyncIterableIterator<StudentLabDetails, StudentLabDetails[], PageSettings>
Property Value
(options?: StudentLabsListAllOptionalParams) => PagedAsyncIterableIterator<StudentLabDetails, StudentLabDetails[], PageSettings>