AutomationClient.ListWebhooks(String, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Automation.Model.Webhook> ListWebhooks (string resourceGroupName, string automationAccountName, string runbookName, ref string nextLink);
abstract member ListWebhooks : string * string * string * string -> seq<Microsoft.Azure.Commands.Automation.Model.Webhook>
override this.ListWebhooks : string * string * string * string -> seq<Microsoft.Azure.Commands.Automation.Model.Webhook>
Public Function ListWebhooks (resourceGroupName As String, automationAccountName As String, runbookName As String, ByRef nextLink As String) As IEnumerable(Of Webhook)
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- runbookName
- String
- nextLink
- String