Pool Start Task Args
Constructors
Properties
The command line executed by the start task.
A map of strings (key,value) that represents the environment variables to set in the start task.
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.
One or more resource_file
blocks that describe the files to be downloaded to a compute node as defined below.
The number of retry count.
A user_identity
block that describes the user identity under which the start task runs as defined below.
A flag that indicates if the Batch pool should wait for the start task to be completed. Default to false
.