get Environment Setting
suspend fun getEnvironmentSetting(argument: GetEnvironmentSettingPlainArgs): GetEnvironmentSettingResult
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
environment Setting Name
The name of the environment Setting.
expand
Specify the $expand query. Example: 'properties($select=publishingState)'
lab Account Name
The name of the lab Account.
lab Name
The name of the lab.
resource Group Name
The name of the resource group.
See also
suspend fun getEnvironmentSetting(argument: suspend GetEnvironmentSettingPlainArgsBuilder.() -> Unit): GetEnvironmentSettingResult
Return
Represents settings of an environment, from which environment instances would be created
Parameters
argument
Builder for com.pulumi.azurenative.labservices.kotlin.inputs.GetEnvironmentSettingPlainArgs.