TaskOperationsExtensions.Update Method

Definition

Updates the properties of the specified Task.

public static Microsoft.Azure.Batch.Protocol.Models.TaskUpdateHeaders Update (this Microsoft.Azure.Batch.Protocol.ITaskOperations operations, string jobId, string taskId, Microsoft.Azure.Batch.Protocol.Models.TaskConstraints constraints = default, Microsoft.Azure.Batch.Protocol.Models.TaskUpdateOptions taskUpdateOptions = default);
static member Update : Microsoft.Azure.Batch.Protocol.ITaskOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.TaskConstraints * Microsoft.Azure.Batch.Protocol.Models.TaskUpdateOptions -> Microsoft.Azure.Batch.Protocol.Models.TaskUpdateHeaders
<Extension()>
Public Function Update (operations As ITaskOperations, jobId As String, taskId As String, Optional constraints As TaskConstraints = Nothing, Optional taskUpdateOptions As TaskUpdateOptions = Nothing) As TaskUpdateHeaders

Parameters

operations
ITaskOperations

The operations group for this extension method.

jobId
String

The ID of the Job containing the Task.

taskId
String

The ID of the Task to update.

constraints
TaskConstraints

Constraints that apply to this Task. If omitted, the Task is given the default constraints. For multi-instance Tasks, updating the retention time applies only to the primary Task and not subtasks.

taskUpdateOptions
TaskUpdateOptions

Additional parameters for the operation

Returns

Applies to