WebhooksOperationsExtensions.List(IWebhooksOperations, String, String) Method

Definition

Lists all the webhooks for the specified container registry.

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)

Parameters

operations
IWebhooksOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group to which the container registry belongs.

registryName
String

The name of the container registry.

Returns

Applies to