Partager via


SchedulesOperationsExtensions.ListByLabNext Méthode

Définition

Obtenez toutes les planifications d’un labo.

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)

Paramètres

operations
ISchedulesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

Remarques

Retourne une liste de toutes les planifications d’un labo.

S’applique à