Compartir a través de


WebhooksOperationsExtensions.ListNext(IWebhooksOperations, String) Método

Definición

Enumera todos los webhooks para el registro de contenedor especificado.

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)

Parámetros

operations
IWebhooksOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a