Partager via


WebhooksOperationsExtensions.ListNext(IWebhooksOperations, String) Méthode

Définition

Répertorie tous les webhooks pour le registre de conteneurs spécifié.

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

Paramètres

operations
IWebhooksOperations

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 à