Condividi tramite


IWebhooksClientBeta.ListAsync(String, String, CancellationToken) Method

Definition

Lists all the webhooks for the container registry.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook>> ListAsync (string resourceGroupName, string registryName, System.Threading.CancellationToken cancellationToken = default);
abstract member ListAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook>>
Public Function ListAsync (resourceGroupName As String, registryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IWebhook))

Parameters

resourceGroupName
String

The resource group name.

registryName
String

The registry name.

cancellationToken
CancellationToken

Returns

Applies to