StudentLabs interface
Interface representing a StudentLabs.
Methods
get(string, Student |
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. |
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
Promise<StudentLabDetails>
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript