CloudJob.JobPreparationTask Property

Definition

Gets or sets the Job Preparation task. The Batch service will run the Job Preparation task on a compute node before starting any tasks of that job on that compute node.

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

Property Value

Applies to