IJobOperations.ListAsync(String, JobListParameters, CancellationToken) Method

Definition

Retrieve a list of jobs. (see http://aka.ms/azureautomationsdk/joboperations for more information)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobListResponse> ListAsync (string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobListResponse>
Public Function ListAsync (automationAccount As String, parameters As JobListParameters, cancellationToken As CancellationToken) As Task(Of JobListResponse)

Parameters

automationAccount
String

The automation account name.

parameters
JobListParameters

The parameters supplied to the list operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the list job operation.

Applies to