Compartilhar via


SchedulesOperationsExtensions.ListByLabNext Método

Definição

Obtenha todas as agendas de um laboratório.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Schedule> ListByLabNext (this Microsoft.Azure.Management.LabServices.ISchedulesOperations operations, string nextPageLink);
static member ListByLabNext : Microsoft.Azure.Management.LabServices.ISchedulesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Schedule>
<Extension()>
Public Function ListByLabNext (operations As ISchedulesOperations, nextPageLink As String) As IPage(Of Schedule)

Parâmetros

operations
ISchedulesOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

Retornos

Comentários

Retorna uma lista de todos os agendamentos de um laboratório.

Aplica-se a