getEnvironmentSetting

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

Return

Represents settings of an environment, from which environment instances would be created

Parameters

argument

null


suspend fun getEnvironmentSetting(environmentSettingName: String, expand: String? = null, labAccountName: String, labName: String, resourceGroupName: String): GetEnvironmentSettingResult

Return

Represents settings of an environment, from which environment instances would be created

Parameters

environmentSettingName

The name of the environment Setting.

expand

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

labAccountName

The name of the lab Account.

labName

The name of the lab.

resourceGroupName

The name of the resource group.

See also


Return

Represents settings of an environment, from which environment instances would be created

Parameters

argument

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

See also