Share via


BatchJobSpecification.JobManagerTask Property

Definition

The details of a Job Manager Task to be launched when a Job is started under this schedule. If the Job does not specify a Job Manager Task, the user must explicitly add Tasks to the Job using the Task API. If the Job does specify a Job Manager Task, the Batch service creates the Job Manager Task when the Job is created, and will try to schedule the Job Manager Task before scheduling other Tasks in the Job.

public Azure.Compute.Batch.BatchJobManagerTask JobManagerTask { get; set; }
member this.JobManagerTask : Azure.Compute.Batch.BatchJobManagerTask with get, set
Public Property JobManagerTask As BatchJobManagerTask

Property Value

Applies to