你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchJobSpecification.JobPreparationTask Property

Definition

The Job Preparation Task for Jobs created under this schedule. 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