parameters

@JvmName(name = "dlevxjqfaxljtnlv")
suspend fun parameters(value: Output<Map<String, String>>)
@JvmName(name = "wxiflsfbtjgenlnr")
suspend fun parameters(value: Map<String, String>?)

Parameters

value

A map of key/value pairs corresponding to the arguments that can be passed to the Runbook.

NOTE: The parameter keys/names must strictly be in lowercase, even if this is not the case in the runbook. This is due to a limitation in Azure Automation where the parameter names are normalized. The values specified don't have this limitation.


@JvmName(name = "dnocxwwnqvgiddah")
fun parameters(vararg values: Pair<String, String>)

Parameters

values

A map of key/value pairs corresponding to the arguments that can be passed to the Runbook.

NOTE: The parameter keys/names must strictly be in lowercase, even if this is not the case in the runbook. This is due to a limitation in Azure Automation where the parameter names are normalized. The values specified don't have this limitation.