BatchJobCreateContent.JobPreparationTask Property

Definition

The Job Preparation Task. If a Job has a Job Preparation Task, the Batch service will run the Job Preparation Task on a Node before starting any Tasks of that Job on that Compute Node.

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

Property Value

Applies to