Compartir a través de


JobScheduleOperationsExtensions.ListNext Método

Definición

Enumera todas las programaciones de trabajo en la cuenta especificada.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedule> ListNext(this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.JobScheduleListNextOptions jobScheduleListNextOptions = default);
static member ListNext : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobScheduleListNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedule>
<Extension()>
Public Function ListNext (operations As IJobScheduleOperations, nextPageLink As String, Optional jobScheduleListNextOptions As JobScheduleListNextOptions = Nothing) As IPage(Of CloudJobSchedule)

Parámetros

operations
IJobScheduleOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

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

jobScheduleListNextOptions
JobScheduleListNextOptions

Parámetros adicionales para la operación

Devoluciones

Se aplica a