IJobOperations.ListAsync Method (String, JobListParameters, CancellationToken)
Retrieve a list of jobs. (see http://aka.ms/azureautomationsdk/joboperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Task<JobListResponse> ListAsync(
string automationAccount,
JobListParameters parameters,
CancellationToken cancellationToken
)
Parameters
- automationAccount
-
Type:
System.String
The automation account name.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters
The parameters supplied to the list operation.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<JobListResponse>The response model for the list job operation.
Show: