Compartir a través de


ContainerRegistryClient.ListWebhooksUsingNextLink(String) Method

Definition

public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.Webhook> ListWebhooksUsingNextLink (string nextLink);
member this.ListWebhooksUsingNextLink : string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.Webhook>
Public Function ListWebhooksUsingNextLink (nextLink As String) As IPage(Of Webhook)

Parameters

nextLink
String

Returns

Applies to