WebhooksOperationsExtensions.ListEventsNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.