Compartir a través de


JobOperationsExtensions.ListFromJobScheduleNext Método

Definición

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob> ListFromJobScheduleNext (this Microsoft.Azure.Batch.Protocol.IJobOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions = default);
static member ListFromJobScheduleNext : Microsoft.Azure.Batch.Protocol.IJobOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobListFromJobScheduleNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob>
<Extension()>
Public Function ListFromJobScheduleNext (operations As IJobOperations, nextPageLink As String, Optional jobListFromJobScheduleNextOptions As JobListFromJobScheduleNextOptions = Nothing) As 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

Devoluciones

Se aplica a