StudentLabs interface
Interfaccia che rappresenta uno StudentLabs.
Metodi
| get(string, Student |
Ottenere i dettagli per un lab specificato associato al lab degli studenti. |
| list |
Ottenere un elenco di tutti i lab associati al chiamante dell'API. |
Dettagli metodo
get(string, StudentLabsGetOptionalParams)
Ottenere i dettagli per un lab specificato associato al lab degli studenti.
function get(studentLabName: string, options?: StudentLabsGetOptionalParams): Promise<StudentLabDetails>
Parametri
- studentLabName
-
string
Nome del laboratorio dello studente.
- options
- StudentLabsGetOptionalParams
Parametri delle opzioni.
Restituisce
Promise<StudentLabDetails>
listAll(StudentLabsListAllOptionalParams)
Ottenere un elenco di tutti i lab associati al chiamante dell'API.
function listAll(options?: StudentLabsListAllOptionalParams): PagedAsyncIterableIterator<StudentLabDetails, StudentLabDetails[], PageSettings>
Parametri
- options
- StudentLabsListAllOptionalParams
Parametri delle opzioni.