JobOperationsExtensions.UpdateState Method (IJobOperations, String, JobUpdateStateParameters)

 

Update the state of a job.

Namespace:   Microsoft.WindowsAzure.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

<ExtensionAttribute>
Public Shared Function UpdateState (
	operations As IJobOperations,
	jobId As String,
	parameters As JobUpdateStateParameters
) As JobUpdateStateResponse

Parameters

operations
Type: Microsoft.WindowsAzure.Scheduler.IJobOperations

Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.

jobId
Type: System.String

Required. Id of the job to update.

parameters
Type: Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateParameters

Required. Parameters supplied to the Update Job State operation.

Return Value

Type: Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateResponse

The Update Job State operation response.

Return to top
Show: