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

ExitOptions.DependencyAction Property

Definition

Gets or sets an action that the Batch service should take on tasks that depend on this task.

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

Property Value

Remarks

The default is Satisfy for exit code 0, and Block for all other exit conditions. If the job's UsesTaskDependencies is false, you cannot add a task with this property set.

Applies to