Compartilhar via


JobScheduleOperationsExtensions.ListAsync Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations operations, string automationAccount);
static member ListAsync : Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse>
<Extension()>
Public Function ListAsync (operations As IJobScheduleOperations, automationAccount As String) As Task(Of JobScheduleListResponse)

Parâmetros

operations
IJobScheduleOperations

Referência ao Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.

automationAccount
String

Obrigatórios. O nome da conta de automação.

Retornos

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

Aplica-se a