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

BatchJobSpecification.JobReleaseTask Property

Definition

The Job Release Task for Jobs created under this schedule. The primary purpose of the Job Release Task is to undo changes to Nodes made by the Job Preparation Task. Example activities include deleting local files, or shutting down services that were started as part of Job preparation. A Job Release Task cannot be specified without also specifying a Job Preparation Task for the Job. The Batch service runs the Job Release Task on the Compute Nodes that have run the Job Preparation Task.

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

Property Value

Applies to