getLab

suspend fun getLab(argument: GetLabPlainArgs): GetLabResult

Get lab API Version: 2018-10-15.

Return

Represents a lab.

Parameters

argument

null


suspend fun getLab(expand: String? = null, labAccountName: String, labName: String, resourceGroupName: String): GetLabResult

Return

Represents a lab.

Parameters

expand

Specify the $expand query. Example: 'properties($select=maxUsersInLab)'

labAccountName

The name of the lab Account.

labName

The name of the lab.

resourceGroupName

The name of the resource group.

See also


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

Return

Represents a lab.

Parameters

argument

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

See also