getUser

suspend fun getUser(argument: GetUserPlainArgs): GetUserResult

Get user API Version: 2018-10-15.

Return

The User registered to a lab

Parameters

argument

null


suspend fun getUser(expand: String? = null, labAccountName: String, labName: String, resourceGroupName: String, userName: String): GetUserResult

Return

The User registered to a lab

See also

Parameters

expand

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

labAccountName

The name of the lab Account.

labName

The name of the lab.

resourceGroupName

The name of the resource group.

userName

The name of the user.


suspend fun getUser(argument: suspend GetUserPlainArgsBuilder.() -> Unit): GetUserResult

Return

The User registered to a lab

See also

Parameters

argument

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