containers

@JvmName(name = "ixkvqmtxuwjjwosk")
suspend fun containers(value: Output<List<PoolStartTaskContainerArgs>>)
@JvmName(name = "xhqifnktfnpoyfjj")
suspend fun containers(value: List<PoolStartTaskContainerArgs>?)

Parameters

value

A container block is the settings for the container under which the start task runs as defined below. 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 = "wnphayohgrltltrj")
suspend fun containers(vararg values: Output<PoolStartTaskContainerArgs>)


@JvmName(name = "maqpwbyecvplpoqg")
suspend fun containers(values: List<Output<PoolStartTaskContainerArgs>>)
@JvmName(name = "qpmfygricupxooeq")
suspend fun containers(vararg values: PoolStartTaskContainerArgs)

Parameters

values

A container block is the settings for the container under which the start task runs as defined below. 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 = "unpiuvwftevufejq")
suspend fun containers(argument: List<suspend PoolStartTaskContainerArgsBuilder.() -> Unit>)
@JvmName(name = "bwwotalquharatfk")
suspend fun containers(vararg argument: suspend PoolStartTaskContainerArgsBuilder.() -> Unit)
@JvmName(name = "vtplndiaabxvxrwu")
suspend fun containers(argument: suspend PoolStartTaskContainerArgsBuilder.() -> Unit)

Parameters

argument

A container block is the settings for the container under which the start task runs as defined below. 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.