getGlobalUserEnvironment

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

environmentId

The resourceId of the environment

expand

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

userName

The name of the user.

See also


Return

Represents the environments details

Parameters

argument

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

See also