Bagikan melalui


JobSpecification.JobManagerTask Property

Definition

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.

Applies to