Share via


IWebhook.ListEventsAsync(Boolean, CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhookEventInfo>> ListEventsAsync (bool loadAllPages = true, System.Threading.CancellationToken cancellationToken = default);
abstract member ListEventsAsync : bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhookEventInfo>>
Public Function ListEventsAsync (Optional loadAllPages As Boolean = true, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IWebhookEventInfo))

Parameters

loadAllPages
Boolean
cancellationToken
CancellationToken

Returns

Applies to