IJobScheduleOperations.ListAsync(String, CancellationToken) Method

Definition

Retrieve a list of job schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

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

Parameters

automationAccount
String

The automation account name.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the list job schedule operation.

Applies to