scriptActions

@JvmName(name = "dbghahfahfmbwtpk")
suspend fun scriptActions(value: Output<List<ScriptActionArgs>>)
@JvmName(name = "lwhnpkplolvxxnbi")
suspend fun scriptActions(value: List<ScriptActionArgs>?)

Parameters

value

Custom script actions to run on HDI ondemand cluster once it's up. Please refer to https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions.


@JvmName(name = "oetnaopnabakcoml")
suspend fun scriptActions(vararg values: Output<ScriptActionArgs>)


@JvmName(name = "monkatmobxpyijho")
suspend fun scriptActions(values: List<Output<ScriptActionArgs>>)
@JvmName(name = "ylhntvxhfokpmnvf")
suspend fun scriptActions(vararg values: ScriptActionArgs)

Parameters

values

Custom script actions to run on HDI ondemand cluster once it's up. Please refer to https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions.


@JvmName(name = "twoifcuglaubtkej")
suspend fun scriptActions(argument: List<suspend ScriptActionArgsBuilder.() -> Unit>)
@JvmName(name = "ywaiywpjtxlhlqvp")
suspend fun scriptActions(vararg argument: suspend ScriptActionArgsBuilder.() -> Unit)
@JvmName(name = "trqdjuqxtorgsjqj")
suspend fun scriptActions(argument: suspend ScriptActionArgsBuilder.() -> Unit)

Parameters

argument

Custom script actions to run on HDI ondemand cluster once it's up. Please refer to https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions.