你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
JobOperationsExtensions.UpdateJobCollectionState 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
更新作业集合中所有作业的状态。
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
必需。 提供给更新作业状态操作的参数。
返回
更新作业状态操作响应。