CloudJob.OnAllTasksComplete Property

Definition

Gets or sets the action the Batch service should take when all tasks in the job are in the Completed state.

public Microsoft.Azure.Batch.Common.OnAllTasksComplete? OnAllTasksComplete { get; set; }
member this.OnAllTasksComplete : Nullable<Microsoft.Azure.Batch.Common.OnAllTasksComplete> with get, set
Public Property OnAllTasksComplete As Nullable(Of OnAllTasksComplete)

Property Value

Applies to