list Global User Environments
suspend fun listGlobalUserEnvironments(argument: ListGlobalUserEnvironmentsPlainArgs): ListGlobalUserEnvironmentsResult
List Environments for the user Uses Azure REST API version 2018-10-15.
Return
Represents the list of environments owned by a user
Parameters
argument
null
suspend fun listGlobalUserEnvironments(labId: String? = null, userName: String): ListGlobalUserEnvironmentsResult
Return
Represents the list of environments owned by a user
Parameters
lab Id
The resource Id of the lab
user Name
The name of the user.
See also
suspend fun listGlobalUserEnvironments(argument: suspend ListGlobalUserEnvironmentsPlainArgsBuilder.() -> Unit): ListGlobalUserEnvironmentsResult
Return
Represents the list of environments owned by a user
Parameters
argument
Builder for com.pulumi.azurenative.labservices.kotlin.inputs.ListGlobalUserEnvironmentsPlainArgs.