Skip to main content

student_labs

Creates, updates, deletes, gets or lists a student_labs resource.

Overview

Namestudent_labs
TypeResource
Idazure_extras.education.student_labs

Fields

NameDatatypeDescription
idtextFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
nametextThe name of the resource
descriptiontextfield from the properties object
budgettextfield from the properties object
display_nametextfield from the properties object
effective_datetextfield from the properties object
expiration_datetextfield from the properties object
lab_scopetextfield from the properties object
roletextfield from the properties object
statustextfield from the properties object
studentLabNametextfield from the properties object
subscription_idtextfield from the properties object
system_datatextfield from the properties object
typetextThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTstudentLabNameGet the details for a specified lab associated with the student lab.
list_allSELECTGet a list of all labs associated with the caller of the API.

SELECT examples

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

SELECT
id,
name,
description,
budget,
display_name,
effective_date,
expiration_date,
lab_scope,
role,
status,
studentLabName,
subscription_id,
system_data,
type
FROM azure_extras.education.vw_student_labs
;