parameters

@JvmName(name = "reqhpfyxhpktukqh")
suspend fun parameters(value: Output<Map<String, String>>)
@JvmName(name = "qfokqksjwjakmosi")
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. Changing this forces a new resource to be created.

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 = "ytkltbygsdqjaekf")
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. Changing this forces a new resource to be created.

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.