JobReleaseTask
Class
Definition
A Job Release task to run on job completion on any compute node where the job has run.
public class JobReleaseTask
- Inheritance
-
JobReleaseTask
Constructors
| JobReleaseTask() | |
| JobReleaseTask(String) |
Initializes a new instance of the JobReleaseTask class. |
Properties
| CommandLine |
Gets or sets the command line of the task. |
| EnvironmentSettings |
Gets or sets the collection of EnvironmentSetting instances. |
| Id |
Gets or sets the id of the task. |
| MaxWallClockTime |
Gets or sets the maximum duration of time for which a task is allowed to run from the time it is created. |
| ResourceFiles |
Gets or sets a list of files that the Batch service will download to the compute node before running the command line. |
| RetentionTime |
Gets or sets the duration of time for which files in the task's working directory are retained, from the time it completes execution. After this duration, the task's working directory is reclaimed. |
| UserIdentity |
Gets or sets the user identity under which the task runs. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |