getLabAccount

Get lab account Uses Azure REST API version 2018-10-15.

Return

Represents a lab account.

Parameters

argument

null


suspend fun getLabAccount(expand: String? = null, labAccountName: String, resourceGroupName: String): GetLabAccountResult

Return

Represents a lab account.

Parameters

expand

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

labAccountName

The name of the lab Account.

resourceGroupName

The name of the resource group.

See also


Return

Represents a lab account.

Parameters

argument

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

See also