Condividi tramite


WebhooksOperationsExtensions.ListEventsNextAsync Method

Definition

Lists recent events for the specified webhook.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.EventModel>> ListEventsNextAsync (this Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListEventsNextAsync : Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.EventModel>>
<Extension()>
Public Function ListEventsNextAsync (operations As IWebhooksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to