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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.