Compartilhar via


JobScheduleOperationsExtensions.ListNext Método

Definição

Lista todos os Agendamentos de Trabalho na Conta 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

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

jobScheduleListNextOptions
JobScheduleListNextOptions

Parâmetros adicionais para a operação

Retornos

Aplica-se a