CloudJobOperationsExtensions.Patch Method (ICloudJobOperations, String, CloudJobPatchParameters)
Updates the properties of a job.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static CloudJobPatchResponse Patch(
this ICloudJobOperations operations,
string jobId,
CloudJobPatchParameters parameters
)
public:
[ExtensionAttribute]
static CloudJobPatchResponse^ Patch(
ICloudJobOperations^ operations,
String^ jobId,
CloudJobPatchParameters^ parameters
)
static member Patch :
operations:ICloudJobOperations *
jobId:string *
parameters:CloudJobPatchParameters -> CloudJobPatchResponse
<ExtensionAttribute>
Public Shared Function Patch (
operations As ICloudJobOperations,
jobId As String,
parameters As CloudJobPatchParameters
) As CloudJobPatchResponse
Parameters
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudJobOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudJobOperations.
jobId
Type: System.StringRequired. The id of the job whose properties you want to update.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobPatchParametersRequired. The parameters for the request.
Return Value
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobPatchResponse
Response to a CloudJobOperations.Patch request.
See Also
CloudJobOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top