次の方法で共有


IWebhookOperations.ListAsync(CancellationToken) メソッド

定義

コンテナー レジストリのすべての Webhook を一覧表示します。

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

パラメーター

cancellationToken
CancellationToken

戻り値

適用対象