getStudent

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

billingAccountName

The ID that uniquely identifies a billing account.

billingProfileName

The ID that uniquely identifies a billing profile.

invoiceSectionName

The ID that uniquely identifies an invoice section.

studentAlias

Student alias.

See also


suspend fun getStudent(argument: suspend GetStudentPlainArgsBuilder.() -> Unit): GetStudentResult

Return

Student details.

Parameters

argument

Builder for com.pulumi.azurenative.education.kotlin.inputs.GetStudentPlainArgs.

See also