Get Pool Start Task
data class GetPoolStartTask(val commandLine: String, val commonEnvironmentProperties: Map<String, String>? = null, val containers: List<GetPoolStartTaskContainer>, val resourceFiles: List<GetPoolStartTaskResourceFile>, val taskRetryMaximum: Int, val userIdentities: List<GetPoolStartTaskUserIdentity>, val waitForSuccess: Boolean)
Constructors
Link copied to clipboard
constructor(commandLine: String, commonEnvironmentProperties: Map<String, String>? = null, containers: List<GetPoolStartTaskContainer>, resourceFiles: List<GetPoolStartTaskResourceFile>, taskRetryMaximum: Int, userIdentities: List<GetPoolStartTaskUserIdentity>, waitForSuccess: Boolean)
Properties
Link copied to clipboard
The command line executed by the start task.
Link copied to clipboard
A map of strings (key,value) that represents the environment variables to set in the start task.
Link copied to clipboard
The settings for the container under which the start task runs.
Link copied to clipboard
One or more resource_file
blocks that describe the files to be downloaded to a compute node.
Link copied to clipboard
The number of retry count
Link copied to clipboard
A user_identity
block that describes the user identity under which the start task runs.
Link copied to clipboard
A flag that indicates if the Batch pool should wait for the start task to be completed.