WebhooksOperationsExtensions.ListNext(IWebhooksOperations, String) Method

Definition

Lists all the webhooks for the specified container registry.

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)

Parameters

operations
IWebhooksOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to