Compartilhar via


IWebhooksClientBeta.List(String, String) Método

Definição

Lista todos os webhooks para o registro de contêiner.

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)

Parâmetros

resourceGroupName
String

O nome do grupo de recursos.

registryName
String

O nome do registro.

Retornos

Aplica-se a