Compartilhar via


ScheduleOperationsExtensions.ListAsync(IScheduleOperations, String) Método

Definição

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

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

Parâmetros

operations
IScheduleOperations

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

automationAccount
String

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

Retornos

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

Aplica-se a