parameters

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

Parameters

value

Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both.


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

Parameters

argument

Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both.


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

Parameters

values

Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both.