containerSettings

@JvmName(name = "qvpglglcoiuxegcc")
suspend fun containerSettings(value: Output<TaskContainerSettingsArgs>)
@JvmName(name = "jclgesrrrvbipglm")
suspend fun containerSettings(value: TaskContainerSettingsArgs?)

Parameters

value

When this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all task environment variables are mapped into the container, and the task command line is executed in the container.


@JvmName(name = "pasdoblsxixhocnr")
suspend fun containerSettings(argument: suspend TaskContainerSettingsArgsBuilder.() -> Unit)

Parameters

argument

When this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all task environment variables are mapped into the container, and the task command line is executed in the container.