Compartilhar via


WebhooksOperationsExtensions.ListNext(IWebhooksOperations, 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> ListNext (this Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.Webhook>
<Extension()>
Public Function ListNext (operations As IWebhooksOperations, nextPageLink As String) As IPage(Of Webhook)

Parâmetros

operations
IWebhooksOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

Retornos

Aplica-se a