你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobOperationsExtensions.UpdateJobCollectionStateAsync 方法

定义

更新作业集合中所有作业的状态。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateResponse> UpdateJobCollectionStateAsync(this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters parameters);
static member UpdateJobCollectionStateAsync : Microsoft.WindowsAzure.Scheduler.IJobOperations * Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateResponse>
<Extension()>
Public Function UpdateJobCollectionStateAsync (operations As IJobOperations, parameters As JobCollectionJobsUpdateStateParameters) As Task(Of JobCollectionJobsUpdateStateResponse)

参数

operations
IJobOperations

对 Microsoft.WindowsAzure.Scheduler.IJobOperations 的引用。

parameters
JobCollectionJobsUpdateStateParameters

必需。 提供给更新作业状态操作的参数。

返回

更新作业状态操作响应。

适用于