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

JobOperationsExtensions.UpdateJobCollectionState 方法

定义

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

public static Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateResponse UpdateJobCollectionState (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters parameters);
static member UpdateJobCollectionState : Microsoft.WindowsAzure.Scheduler.IJobOperations * Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters -> Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateResponse
<Extension()>
Public Function UpdateJobCollectionState (operations As IJobOperations, parameters As JobCollectionJobsUpdateStateParameters) As JobCollectionJobsUpdateStateResponse

参数

operations
IJobOperations

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

parameters
JobCollectionJobsUpdateStateParameters

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

返回

更新作业状态操作响应。

适用于