JobOperations.DeleteTask メソッド

定義

指定したタスクを削除します。

public void DeleteTask (string jobId, string taskId, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.DeleteTask : string * string * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub DeleteTask (jobId As String, taskId As String, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

パラメーター

jobId
String

タスクを含むジョブの ID です。

taskId
String

タスクの ID です。

additionalBehaviors
IEnumerable<BatchClientBehavior>

の後の BatchClientBehavior Batch サービス要求に適用されるインスタンスの CustomBehaviorsコレクション。

注釈

これはブロック操作です。 非ブロッキングに相当する場合は、「」を参照してください DeleteTaskAsync(String, String, IEnumerable<BatchClientBehavior>, CancellationToken)

適用対象