Partager via


WebhookOperationsExtensions.ListByAutomationAccountAsync Méthode

Définition

Récupérez une liste de webhooks. http://aka.ms/azureautomationsdk/webhookoperations

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Webhook>> ListByAutomationAccountAsync (this Microsoft.Azure.Management.Automation.IWebhookOperations operations, string resourceGroupName, string automationAccountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.Webhook> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountAsync : Microsoft.Azure.Management.Automation.IWebhookOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.Webhook> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Webhook>>
<Extension()>
Public Function ListByAutomationAccountAsync (operations As IWebhookOperations, resourceGroupName As String, automationAccountName As String, Optional odataQuery As ODataQuery(Of Webhook) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Webhook))

Paramètres

operations
IWebhookOperations

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

resourceGroupName
String

Nom d’un groupe de ressources Azure.

automationAccountName
String

Nom du compte Automation.

odataQuery
ODataQuery<Webhook>

Paramètres OData à appliquer à l’opération.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à