runAfters

@JvmName(name = "frhhmmpltjuhbrag")
suspend fun runAfters(value: Output<List<ActionHttpRunAfterArgs>>)
@JvmName(name = "tphygxakueitlioj")
suspend fun runAfters(value: List<ActionHttpRunAfterArgs>?)

Parameters

value

Specifies the place of the HTTP Action in the Logic App Workflow. If not specified, the HTTP Action is right after the Trigger. A run_after block is as defined below.


@JvmName(name = "mforvljgrjcgrdfn")
suspend fun runAfters(vararg values: Output<ActionHttpRunAfterArgs>)


@JvmName(name = "cmfbubhypnqvfkui")
suspend fun runAfters(values: List<Output<ActionHttpRunAfterArgs>>)
@JvmName(name = "agsqrvqlnqwuamql")
suspend fun runAfters(vararg values: ActionHttpRunAfterArgs)

Parameters

values

Specifies the place of the HTTP Action in the Logic App Workflow. If not specified, the HTTP Action is right after the Trigger. A run_after block is as defined below.


@JvmName(name = "qogkhiltqpvyculb")
suspend fun runAfters(argument: List<suspend ActionHttpRunAfterArgsBuilder.() -> Unit>)
@JvmName(name = "vyfvoujvnwigoxcp")
suspend fun runAfters(vararg argument: suspend ActionHttpRunAfterArgsBuilder.() -> Unit)
@JvmName(name = "vxeyxrxcswliibim")
suspend fun runAfters(argument: suspend ActionHttpRunAfterArgsBuilder.() -> Unit)

Parameters

argument

Specifies the place of the HTTP Action in the Logic App Workflow. If not specified, the HTTP Action is right after the Trigger. A run_after block is as defined below.