JobOperationsExtensions.UpdateJobCollectionState Method (IJobOperations, JobCollectionJobsUpdateStateParameters)

 

Update the state of all jobs in a job collections.

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

<ExtensionAttribute>
Public Shared Function UpdateJobCollectionState (
	operations As IJobOperations,
	parameters As JobCollectionJobsUpdateStateParameters
) As JobCollectionJobsUpdateStateResponse

Parameters

operations
Type: Microsoft.WindowsAzure.Scheduler.IJobOperations

Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.

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

Required. Parameters supplied to the Update Jobs State operation.

Return Value

Type: Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateResponse

The Update Jobs State operation response.

Return to top
Show: