Share via


IAutomationPSClient.ListWebhooks(String, String, String, String) Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Automation.Model.Webhook> ListWebhooks (string resourceGroupName, string automationAccountName, string runbooName, ref string nextLink);
abstract member ListWebhooks : string * string * string * string -> seq<Microsoft.Azure.Commands.Automation.Model.Webhook>
Public Function ListWebhooks (resourceGroupName As String, automationAccountName As String, runbooName As String, ByRef nextLink As String) As IEnumerable(Of Webhook)

Parameters

resourceGroupName
String
automationAccountName
String
runbooName
String
nextLink
String

Returns

Applies to