JobPreparationTask
Class
Definition
A Job Preparation task to run before any tasks of the job on any given compute node.
public class JobPreparationTask
- Inheritance
-
JobPreparationTask
Constructors
| JobPreparationTask() | |
| JobPreparationTask(String) |
Initializes a new instance of the JobPreparationTask class. |
Properties
| CommandLine |
Gets or sets the command line of the task. |
| Constraints |
Gets or sets the execution constraints provided by the user for this Job Preparation task. |
| EnvironmentSettings |
Gets or sets the collection of EnvironmentSetting instances. |
| Id |
Gets or sets the id of the task. |
| RerunOnComputeNodeRebootAfterSuccess |
Gets or sets whether the Batch service should rerun the Job Preparation task after a compute node reboots. |
| ResourceFiles |
Gets or sets a list of files that the Batch service will download to the compute node before running the command line. |
| UserIdentity |
Gets or sets the user identity under which the task runs. |
| WaitForSuccess |
Gets or sets whether the Batch service should wait for the successful completion of the Job Preparation task before scheduling any tasks on the compute node. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |