getLab

suspend fun getLab(argument: GetLabPlainArgs): GetLabResult

Returns the properties of a lab resource. Azure REST API version: 2022-08-01. Other available API versions: 2018-10-15, 2023-06-07.

Return

The lab resource.

Parameters

argument

null


suspend fun getLab(labName: String, resourceGroupName: String): GetLabResult

Return

The lab resource.

See also

Parameters

labName

The name of the lab that uniquely identifies it within containing lab plan. Used in resource URIs.

resourceGroupName

The name of the resource group. The name is case insensitive.


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

Return

The lab resource.

See also

Parameters

argument

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