settings

@JvmName(name = "kjtyyrtodxhhasbs")
suspend fun settings(value: Output<List<SettingArgs>>)
@JvmName(name = "msphgjgjytugdgyf")
suspend fun settings(value: List<SettingArgs>?)

Parameters

value

The settings to set in this container. The setting file path can be fetched from environment variable "Fabric_SettingPath". The path for Windows container is "C:\\secrets". The path for Linux container is "/var/secrets".


@JvmName(name = "bnfrnfdtqvobxann")
suspend fun settings(vararg values: Output<SettingArgs>)


@JvmName(name = "eyegobilhveewqpj")
suspend fun settings(values: List<Output<SettingArgs>>)
@JvmName(name = "brpccvbcwppwjkcv")
suspend fun settings(vararg values: SettingArgs)

Parameters

values

The settings to set in this container. The setting file path can be fetched from environment variable "Fabric_SettingPath". The path for Windows container is "C:\\secrets". The path for Linux container is "/var/secrets".


@JvmName(name = "xahxpymhsaeeqjuf")
suspend fun settings(argument: List<suspend SettingArgsBuilder.() -> Unit>)
@JvmName(name = "stbcwpypqeylkbnd")
suspend fun settings(vararg argument: suspend SettingArgsBuilder.() -> Unit)
@JvmName(name = "iipivhfidayhxxst")
suspend fun settings(argument: suspend SettingArgsBuilder.() -> Unit)

Parameters

argument

The settings to set in this container. The setting file path can be fetched from environment variable "Fabric_SettingPath". The path for Windows container is "C:\\secrets". The path for Linux container is "/var/secrets".