get Global User Environment
suspend fun getGlobalUserEnvironment(argument: GetGlobalUserEnvironmentPlainArgs): GetGlobalUserEnvironmentResult
Gets the virtual machine details Uses Azure REST API version 2018-10-15.
Return
Represents the environments details
Parameters
argument
null
suspend fun getGlobalUserEnvironment(environmentId: String, expand: String? = null, userName: String): GetGlobalUserEnvironmentResult
Return
Represents the environments details
Parameters
environment Id
The resourceId of the environment
expand
Specify the $expand query. Example: 'properties($expand=environment)'
user Name
The name of the user.
See also
suspend fun getGlobalUserEnvironment(argument: suspend GetGlobalUserEnvironmentPlainArgsBuilder.() -> Unit): GetGlobalUserEnvironmentResult
Return
Represents the environments details
Parameters
argument
Builder for com.pulumi.azurenative.labservices.kotlin.inputs.GetGlobalUserEnvironmentPlainArgs.