다음을 통해 공유


BatchJob.OnAllTasksComplete Property

Definition

The action the Batch service should take when all Tasks in the Job are in the completed state. The default is noaction.

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

Property Value

Applies to