JobSpecification.JobManagerTask Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the details of a Job Manager Task to be launched when a Job is started under this schedule.
[Newtonsoft.Json.JsonProperty(PropertyName="jobManagerTask")]
public Microsoft.Azure.Batch.Protocol.Models.JobManagerTask JobManagerTask { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jobManagerTask")>]
member this.JobManagerTask : Microsoft.Azure.Batch.Protocol.Models.JobManagerTask with get, set
Public Property JobManagerTask As JobManagerTask
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
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.