JobOperationsExtensions::UpdateJobCollectionStateAsync Method (IJobOperations^, JobCollectionJobsUpdateStateParameters^)
Update the state of all jobs in a job collections.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
public: [ExtensionAttribute] static Task<JobCollectionJobsUpdateStateResponse^>^ UpdateJobCollectionStateAsync( IJobOperations^ operations, JobCollectionJobsUpdateStateParameters^ parameters )
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: System.Threading.Tasks::Task<JobCollectionJobsUpdateStateResponse^>^The Update Jobs State operation response.
Show: