JobSpecification.JobReleaseTask Property

Definition

Gets or sets the Job Release task for jobs created via this JobSpecification.

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

Property Value

Remarks

The Batch service runs the Job Release task when the job ends, on each compute node where any task of the job has run.

Applies to