ExitOptions.DependencyAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET