Partager via


WebhookOperationsExtensions.ListByAutomationAccountNext Méthode

Définition

Récupérez une liste de webhooks. 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)

Paramètres

operations
IWebhookOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à