Compartilhar via


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

Definição

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

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)

Parâmetros

operations
IWebhooksOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos ao qual o registro de contêiner pertence.

registryName
String

O nome do registro de contêiner.

Retornos

Aplica-se a