WebhooksOperationsExtensions.ListAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.WebhookInner>> ListAsync (this Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhooksOperations operations, string resourceGroupName, string registryName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhooksOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.WebhookInner>>
<Extension()>
Public Function ListAsync (operations As IWebhooksOperations, resourceGroupName As String, registryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WebhookInner))

パラメーター

operations
IWebhooksOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

コンテナー レジストリが属するリソース グループの名前。

registryName
String

コンテナー レジストリの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象