getSetting

Retrieves the current value for a specific setting. Uses Azure REST API version 2019-11-01.

Return

State of the myscope setting.

Parameters

argument

null


suspend fun getSetting(settingName: String): GetSettingResult

Return

State of the myscope setting.

Parameters

settingName

Name of the setting. Allowed values: myscope

See also


suspend fun getSetting(argument: suspend GetSettingPlainArgsBuilder.() -> Unit): GetSettingResult

Return

State of the myscope setting.

Parameters

argument

Builder for com.pulumi.azurenative.costmanagement.kotlin.inputs.GetSettingPlainArgs.

See also