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

JobOperationsExtensions.List(IJobOperations, JobListParameters) 方法

定义

获取作业集合中所有作业的列表。

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

参数

operations
IJobOperations

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

parameters
JobListParameters

必需。 提供给“列出作业”操作的参数。

返回

列出作业操作响应。

适用于