JobManagerTask
Class
Definition
Represents an Azure Batch JobManager task.
public class JobManagerTask
- Inheritance
-
JobManagerTask
Constructors
| JobManagerTask() | |
| JobManagerTask(String, String) |
Initializes a new instance of the JobManagerTask class. |
Properties
| AllowLowPriorityNode |
Gets or sets whether the Job Manager task may run on a low-priority compute node. If omitted, the default is false. |
| ApplicationPackageReferences |
Gets or sets a list of application packages that the Batch service will deploy to the compute node before running the command line. |
| AuthenticationTokenSettings |
Gets or sets the settings for an authentication token that the task can use to perform Batch service operations. |
| CommandLine |
Gets or sets the command line of the task. |
| Constraints |
Gets or sets the execution constraints for this JobManager task. |
| DisplayName |
Gets or sets the display name of the JobManager task. |
| EnvironmentSettings |
Gets or sets a set of environment settings for the JobManager task. |
| Id |
Gets or sets the id of the task. |
| KillJobOnCompletion |
Gets or sets a value that indicates whether to terminate all tasks in the job and complete the job when the job manager task completes. |
| OutputFiles |
Gets or sets a list of files that the Batch service will upload from the compute node after running the command line. |
| ResourceFiles |
Gets or sets a list of files that the Batch service will download to the compute node before running the command line. |
| RunExclusive |
Gets or sets whether the Job Manager task requires exclusive use of the compute node where it runs. |
| UserIdentity |
Gets or sets the user identity under which the task runs. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |