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)
Syntax
public static JobCollectionJobsUpdateStateResponse UpdateJobCollectionState(
this IJobOperations operations,
JobCollectionJobsUpdateStateParameters parameters
)
public:
[ExtensionAttribute]
static JobCollectionJobsUpdateStateResponse^ UpdateJobCollectionState(
IJobOperations^ operations,
JobCollectionJobsUpdateStateParameters^ parameters
)
static member UpdateJobCollectionState :
operations:IJobOperations *
parameters:JobCollectionJobsUpdateStateParameters -> JobCollectionJobsUpdateStateResponse
<ExtensionAttribute>
Public Shared Function UpdateJobCollectionState (
operations As IJobOperations,
parameters As JobCollectionJobsUpdateStateParameters
) As JobCollectionJobsUpdateStateResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Scheduler.IJobOperationsReference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
parameters
Type: Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParametersRequired. Parameters supplied to the Update Jobs State operation.
Return Value
Type: Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateResponse
The Update Jobs State operation response.
See Also
JobOperationsExtensions Class
Microsoft.WindowsAzure.Scheduler Namespace
Return to top