parameters

@JvmName(name = "vsmfsrdekjcqpctd")
suspend fun parameters(value: Output<Map<String, String>>)
@JvmName(name = "kefkfcixlbqxnvdy")
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 = "fimaoajjjbowuocp")
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.