Compartilhar via


Método IJobScheduleOperations.ListAsync (String, CancellationToken)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

Task<JobScheduleListResponse> ListAsync(
    string automationAccount,
    CancellationToken cancellationToken
)
Task<JobScheduleListResponse^>^ ListAsync(
    String^ automationAccount,
    CancellationToken cancellationToken
)
abstract ListAsync : 
        automationAccount:string *
        cancellationToken:CancellationToken -> Task<JobScheduleListResponse>
Function ListAsync (
    automationAccount As String,
    cancellationToken As CancellationToken
) As Task(Of JobScheduleListResponse)

Parâmetros

  • automationAccount
    Type: System.String

    O nome da conta de automação.

Valor de retorno

Type: System.Threading.Tasks.Task<JobScheduleListResponse>

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

Consulte também

Interface IJobScheduleOperations
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo