Compartilhar via


SchedulesOperationsExtensions.ListByLabNextAsync Método

Definição

Obtenha todas as agendas para um laboratório.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Schedule>> ListByLabNextAsync (this Microsoft.Azure.Management.LabServices.ISchedulesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByLabNextAsync : Microsoft.Azure.Management.LabServices.ISchedulesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Schedule>>
<Extension()>
Public Function ListByLabNextAsync (operations As ISchedulesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

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

Aplica-se a