ExitOptions.DependencyAction プロパティ

定義

このタスクに依存するタスクに対して Batch サービスが実行する必要があるアクションを取得または設定します。

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)

プロパティ値

注釈

既定値は Satisfy 終了コード 0、およびその Block 他のすべての終了条件です。 ジョブ UsesTaskDependencies の が false の場合、このプロパティを設定してタスクを追加することはできません。

適用対象