Partager via


WebhooksOperationsExtensions.List(IWebhooksOperations, String, String) Méthode

Définition

Répertorie tous les webhooks pour le registre de conteneurs spécifié.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.Webhook> List (this Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations operations, string resourceGroupName, string registryName);
static member List : Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.Webhook>
<Extension()>
Public Function List (operations As IWebhooksOperations, resourceGroupName As String, registryName As String) As IPage(Of Webhook)

Paramètres

operations
IWebhooksOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel appartient le registre de conteneurs.

registryName
String

Nom du registre de conteneurs.

Retours

S’applique à