Compartir a través de


WebhookOperationsExtensions.ListByAutomationAccount Método

Definición

Recupere una lista de webhooks. http://aka.ms/azureautomationsdk/webhookoperations

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

Parámetros

operations
IWebhookOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre de un grupo de recursos de Azure.

automationAccountName
String

Nombre de la cuenta de Automation.

odataQuery
ODataQuery<Webhook>

Parámetros de OData que se van a aplicar a la operación.

Devoluciones

Se aplica a