parameters

@JvmName(name = "opupdevexnqgephs")
suspend fun parameters(value: Output<Map<String, DeploymentParameterArgs>>)
@JvmName(name = "cjribufhhvxdhglu")
suspend fun parameters(value: Map<String, DeploymentParameterArgs>?)

Parameters

value

Name and value pairs that define the deployment parameters for the template. You use this element when you want to provide the parameter values directly in the request rather than link to an existing parameter file. Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string.


@JvmName(name = "rgfuqcofrqnkhves")
suspend fun parameters(vararg argument: Pair<String, suspend DeploymentParameterArgsBuilder.() -> Unit>)

Parameters

argument

Name and value pairs that define the deployment parameters for the template. You use this element when you want to provide the parameter values directly in the request rather than link to an existing parameter file. Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string.


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

Parameters

values

Name and value pairs that define the deployment parameters for the template. You use this element when you want to provide the parameter values directly in the request rather than link to an existing parameter file. Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string.