Compartir a través de


ContainerRegistryClient.ListAllWebhook(String, String) Method

Definition

public System.Collections.Generic.IList<Microsoft.Azure.Commands.ContainerRegistry.PSContainerRegistryWebhook> ListAllWebhook (string resourceGroupName, string registryName);
member this.ListAllWebhook : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Commands.ContainerRegistry.PSContainerRegistryWebhook>
Public Function ListAllWebhook (resourceGroupName As String, registryName As String) As IList(Of PSContainerRegistryWebhook)

Parameters

resourceGroupName
String
registryName
String

Returns

Applies to