get Lab
Get the details for a specific lab associated with the provided billing account name, billing profile name, and invoice section name. Uses Azure REST API version 2021-12-01-preview.
Return
Lab details.
Parameters
argument
null
suspend fun getLab(billingAccountName: String, billingProfileName: String, includeBudget: Boolean? = null, invoiceSectionName: String): GetLabResult
Return
Lab details.
Parameters
billing Account Name
The ID that uniquely identifies a billing account.
billing Profile Name
The ID that uniquely identifies a billing profile.
include Budget
May be used to include budget information.
invoice Section Name
The ID that uniquely identifies an invoice section.
See also
Return
Lab details.
Parameters
argument
Builder for com.pulumi.azurenative.education.kotlin.inputs.GetLabPlainArgs.