BatchJobSpecification.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.
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
Azure SDK for .NET