get Student
Get the details for a specific student in the specified lab by student alias Uses Azure REST API version 2021-12-01-preview.
Return
Student details.
Parameters
argument
null
suspend fun getStudent(billingAccountName: String, billingProfileName: String, invoiceSectionName: String, studentAlias: String): GetStudentResult
Return
Student details.
Parameters
billing Account Name
The ID that uniquely identifies a billing account.
billing Profile Name
The ID that uniquely identifies a billing profile.
invoice Section Name
The ID that uniquely identifies an invoice section.
student Alias
Student alias.
See also
Return
Student details.
Parameters
argument
Builder for com.pulumi.azurenative.education.kotlin.inputs.GetStudentPlainArgs.