Partager via


RegistriesOperationsExtensions.ListNext(IRegistriesOperations, String) Méthode

Définition

Répertorie tous les registres de conteneurs sous l’abonnement spécifié.

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

Paramètres

operations
IRegistriesOperations

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

S’applique à