次の方法で共有


IWebhooksClientBeta.List(String, String) メソッド

定義

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

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook> List (string resourceGroupName, string registryName);
abstract member List : string * string -> seq<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook>
Public Function List (resourceGroupName As String, registryName As String) As IEnumerable(Of IWebhook)

パラメーター

resourceGroupName
String

リソース グループ名。

registryName
String

レジストリ名。

戻り値

適用対象