Package-level declarations
Types
Link copied to clipboard
object EducationFunctions
Link copied to clipboard
data class LabArgs(val billingAccountName: Output<String>? = null, val billingProfileName: Output<String>? = null, val budgetPerStudent: Output<AmountArgs>? = null, val currency: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val expirationDate: Output<String>? = null, val invoiceSectionName: Output<String>? = null, val value: Output<Double>? = null) : ConvertibleToJava<LabArgs>
Lab details. Uses Azure REST API version 2021-12-01-preview. In version 1.x of the Azure Native provider, it used API version 2021-12-01-preview.
Link copied to clipboard
class LabArgsBuilder
Builder for LabArgs.
Link copied to clipboard
class LabResourceBuilder
Builder for Lab.
Link copied to clipboard
data class StudentArgs(val billingAccountName: Output<String>? = null, val billingProfileName: Output<String>? = null, val budget: Output<AmountArgs>? = null, val email: Output<String>? = null, val expirationDate: Output<String>? = null, val firstName: Output<String>? = null, val invoiceSectionName: Output<String>? = null, val lastName: Output<String>? = null, val role: Output<Either<String, StudentRole>>? = null, val studentAlias: Output<String>? = null, val subscriptionAlias: Output<String>? = null, val subscriptionInviteLastSentDate: Output<String>? = null) : ConvertibleToJava<StudentArgs>
Student details. Uses Azure REST API version 2021-12-01-preview. In version 1.x of the Azure Native provider, it used API version 2021-12-01-preview.
Link copied to clipboard
class StudentArgsBuilder
Builder for StudentArgs.
Link copied to clipboard
Link copied to clipboard
class StudentResourceBuilder
Builder for Student.