update Steps
Parameters
value
Actions to be taken for updating this recipe. On failure it stops executing steps and does not attempt another update for this recipe. Any steps taken (including partially completed steps) are not rolled back. Structure is documented below.
Parameters
values
Actions to be taken for updating this recipe. On failure it stops executing steps and does not attempt another update for this recipe. Any steps taken (including partially completed steps) are not rolled back. Structure is documented below.
suspend fun updateSteps(argument: List<suspend GuestPoliciesRecipeUpdateStepArgsBuilder.() -> Unit>)
suspend fun updateSteps(vararg argument: suspend GuestPoliciesRecipeUpdateStepArgsBuilder.() -> Unit)
Parameters
argument
Actions to be taken for updating this recipe. On failure it stops executing steps and does not attempt another update for this recipe. Any steps taken (including partially completed steps) are not rolled back. Structure is documented below.