Compartir a través de


Método IScheduleOperations.ListAsync

Retrieve a list of schedules. (see https://aka.ms/azureautomationsdk/scheduleoperations for more information)

Espacio de nombres: Microsoft.WindowsAzure.Management.Automation
Ensamblado: Microsoft.WindowsAzure.Management.Automation (en Microsoft.WindowsAzure.Management.Automation.dll)

Uso

'Uso
Dim instance As IScheduleOperations
Dim automationAccount As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of ScheduleListResponse)

returnValue = instance.ListAsync(automationAccount, cancellationToken)

Sintaxis

'Declaración
Function ListAsync ( _
    automationAccount As String, _
    cancellationToken As CancellationToken _
) As Task(Of ScheduleListResponse)
Task<ScheduleListResponse> ListAsync (
    string automationAccount,
    CancellationToken cancellationToken
)
Task<ScheduleListResponse^>^ ListAsync (
    String^ automationAccount, 
    CancellationToken cancellationToken
)
Task<ScheduleListResponse> ListAsync (
    String automationAccount, 
    CancellationToken cancellationToken
)
function ListAsync (
    automationAccount : String, 
    cancellationToken : CancellationToken
) : Task<ScheduleListResponse>

Parámetros

  • automationAccount
    The automation account name.
  • cancellationToken
    Cancellation token.

Valor devuelto

The response model for the list schedule operation.

Seguridad para subprocesos

Cualquier miembro estático público (compartido en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows 7 y Windows Server 2008

Plataformas de destino

Vea también

Referencia

Interfaz IScheduleOperations
Miembros IScheduleOperations
Espacio de nombres Microsoft.WindowsAzure.Management.Automation