getEnvironment

Get environment. API Version: 2018-09-15.

Return

An environment, which is essentially an ARM template deployment.

Parameters

argument

null


suspend fun getEnvironment(expand: String? = null, labName: String, name: String, resourceGroupName: String, userName: String): GetEnvironmentResult

Return

An environment, which is essentially an ARM template deployment.

Parameters

expand

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

labName

The name of the lab.

name

The name of the environment.

resourceGroupName

The name of the resource group.

userName

The name of the user profile.

See also


Return

An environment, which is essentially an ARM template deployment.

Parameters

argument

Builder for com.pulumi.azurenative.devtestlab.kotlin.inputs.GetEnvironmentPlainArgs.

See also