getLab

suspend fun getLab(argument: GetLabPlainArgs): GetLabResult

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

billingAccountName

The ID that uniquely identifies a billing account.

billingProfileName

The ID that uniquely identifies a billing profile.

includeBudget

May be used to include budget information.

invoiceSectionName

The ID that uniquely identifies an invoice section.

See also


suspend fun getLab(argument: suspend GetLabPlainArgsBuilder.() -> Unit): GetLabResult

Return

Lab details.

Parameters

argument

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

See also