Partager via


TasksOperationsExtensions.ListNext(ITasksOperations, String) Méthode

Définition

Répertorie toutes les tâches d’un registre de conteneurs spécifié.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.Task> ListNext (this Microsoft.Azure.Management.ContainerRegistry.ITasksOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.ContainerRegistry.ITasksOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.Task>
<Extension()>
Public Function ListNext (operations As ITasksOperations, nextPageLink As String) As IPage(Of Task)

Paramètres

operations
ITasksOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à