WebhookOperationsExtensions.ListByAutomationAccount Method

Definition

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)

Parameters

operations
IWebhookOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure Resource group.

automationAccountName
String

The name of the automation account.

odataQuery
ODataQuery<Webhook>

OData parameters to apply to the operation.

Returns

Applies to