JobOperationsExtensions.Update Method

Definition

Updates the properties of the specified Job.

C#
public static Microsoft.Azure.Batch.Protocol.Models.JobUpdateHeaders Update(this Microsoft.Azure.Batch.Protocol.IJobOperations operations, string jobId, Microsoft.Azure.Batch.Protocol.Models.JobUpdateParameter jobUpdateParameter, Microsoft.Azure.Batch.Protocol.Models.JobUpdateOptions jobUpdateOptions = default);

Parameters

operations
IJobOperations

The operations group for this extension method.

jobId
String

The ID of the Job whose properties you want to update.

jobUpdateParameter
JobUpdateParameter

The parameters for the request.

jobUpdateOptions
JobUpdateOptions

Additional parameters for the operation

Returns

Remarks

This fully replaces all the updatable properties of the Job. For example, if the Job has constraints associated with it and if constraints is not specified with this request, then the Batch service will remove the existing constraints.

Applies to

Product Versions
Azure SDK for .NET Latest