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