WebhooksOperationsExtensions.ListEventsNext Method

Definition

Lists recent events for the specified webhook.

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

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