Condividi tramite


WebhookOperationsExtensions.ListByAutomationAccountNext Metodo

Definizione

Recuperare un elenco di webhook. http://aka.ms/azureautomationsdk/webhookoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Webhook> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.IWebhookOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.IWebhookOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Webhook>
<Extension()>
Public Function ListByAutomationAccountNext (operations As IWebhookOperations, nextPageLink As String) As IPage(Of Webhook)

Parametri

operations
IWebhookOperations

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink della precedente chiamata riuscita all'operazione List.

Restituisce

Si applica a