Partager via


RunsOperationsExtensions.ListNext(IRunsOperations, String) Méthode

Définition

Obtient toutes les exécutions d’un registre.

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

Paramètres

operations
IRunsOperations

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 à