Compartir a través de


IScheduleOperations.ListNextAsync (Método) (String, CancellationToken)

 

Recuperar la siguiente lista de programaciones. (consulte https://aka.ms/azureautomationsdk/scheduleoperations para obtener más información)

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

Sintaxis

Task<ScheduleListResponse> ListNextAsync(
    string nextLink,
    CancellationToken cancellationToken
)
Task<ScheduleListResponse^>^ ListNextAsync(
    String^ nextLink,
    CancellationToken cancellationToken
)
abstract ListNextAsync : 
        nextLink:string *
        cancellationToken:CancellationToken -> Task<ScheduleListResponse>
Function ListNextAsync (
    nextLink As String,
    cancellationToken As CancellationToken
) As Task(Of ScheduleListResponse)

Parámetros

  • nextLink
    Type: System.String

    El vínculo para recuperar el siguiente conjunto de elementos.

Valor devuelto

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

El modelo de respuesta de la operación de programación de la lista.

Vea también

IScheduleOperations (Interfaz)
Microsoft.WindowsAzure.Management.Automation (Espacio de nombres)

Volver al principio