getUser

suspend fun getUser(argument: GetUserPlainArgs): GetUserResult

Returns the properties of a lab user. Uses Azure REST API version 2023-06-07. Other available API versions: 2021-10-01-preview, 2021-11-15-preview, 2022-08-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native labservices [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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