vmSetupActions

@JvmName(name = "diauiijhbnkhrxow")
suspend fun vmSetupActions(value: Output<List<Either<String, VmSetupAction>>>)
@JvmName(name = "bngijygokfpegqjv")
suspend fun vmSetupActions(value: List<Either<String, VmSetupAction>>?)

Parameters

value

Specifies the actions to be performed on the vms before bootstrapping the service fabric runtime.


@JvmName(name = "qwvyqcgblsppfedw")
suspend fun vmSetupActions(vararg values: Output<Either<String, VmSetupAction>>)


@JvmName(name = "culxjlqkcfakdtdk")
suspend fun vmSetupActions(values: List<Output<Either<String, VmSetupAction>>>)
@JvmName(name = "mdtijdwsxsvcfwpl")
suspend fun vmSetupActions(vararg values: Either<String, VmSetupAction>)

Parameters

values

Specifies the actions to be performed on the vms before bootstrapping the service fabric runtime.