JobOperationsExtensions.ListAsync 方法 (IJobOperations, String, JobListParameters)
检索作业的列表。 (请参阅 https://aka.ms/azureautomationsdk/joboperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
public static Task<JobListResponse> ListAsync(
this IJobOperations operations,
string automationAccount,
JobListParameters parameters
)
public:
[ExtensionAttribute]
static Task<JobListResponse^>^ ListAsync(
IJobOperations^ operations,
String^ automationAccount,
JobListParameters^ parameters
)
static member ListAsync :
operations:IJobOperations *
automationAccount:string *
parameters:JobListParameters -> Task<JobListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IJobOperations,
automationAccount As String,
parameters As JobListParameters
) As Task(Of JobListResponse)
参数
operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobOperations对 Microsoft.WindowsAzure.Management.Automation.IJobOperations 引用。
automationAccount
Type: System.String必需。 自动管理帐户名称。
parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters可选。 提供对列表操作的参数。
返回值
Type: System.Threading.Tasks.Task<JobListResponse>
列表 job 操作该响应模型。
请参阅
JobOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首