getEnvironment

Get environment Uses Azure REST API version 2018-10-15.

Return

Represents an environment instance

Parameters

argument

null


suspend fun getEnvironment(environmentName: String, environmentSettingName: String, expand: String? = null, labAccountName: String, labName: String, resourceGroupName: String): GetEnvironmentResult

Return

Represents an environment instance

Parameters

environmentName

The name of the environment.

environmentSettingName

The name of the environment Setting.

expand

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

labAccountName

The name of the lab Account.

labName

The name of the lab.

resourceGroupName

The name of the resource group.

See also


Return

Represents an environment instance

Parameters

argument

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

See also