Compartilhar via


IJobScheduleOperations.ListAsync(String, CancellationToken) Método

Definição

Recupere uma lista de agendas de trabalho. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

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)

Parâmetros

automationAccount
String

O nome da conta de automação.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

O modelo de resposta para a operação de agendamento de trabalho de lista.

Aplica-se a