Compartir a través de


JobOperationsExtensions.ListFromJobScheduleNextAsync Método

Definición

Enumera los trabajos que se han creado en la programación de trabajos especificada.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob>> ListFromJobScheduleNextAsync (this Microsoft.Azure.Batch.Protocol.IJobOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListFromJobScheduleNextAsync : Microsoft.Azure.Batch.Protocol.IJobOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobListFromJobScheduleNextOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob>>
<Extension()>
Public Function ListFromJobScheduleNextAsync (operations As IJobOperations, nextPageLink As String, Optional jobListFromJobScheduleNextOptions As JobListFromJobScheduleNextOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CloudJob))

Parámetros

operations
IJobOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

jobListFromJobScheduleNextOptions
JobListFromJobScheduleNextOptions

Parámetros adicionales para la operación

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a