getUser

suspend fun getUser(argument: GetUserPlainArgs): GetUserResult

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

Return

User of a lab that can register for and use virtual machines within the lab.

Parameters

argument

null


suspend fun getUser(labName: String, resourceGroupName: String, userName: String): GetUserResult

Return

User of a lab that can register for and use virtual machines within the lab.

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.

userName

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

See also


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

Return

User of a lab that can register for and use virtual machines within the lab.

Parameters

argument

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

See also