AutomationClient.CreateWebhook 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 Microsoft.Azure.Commands.Automation.Model.Webhook CreateWebhook (string resourceGroupName, string automationAccountName, string name, string runbookName, bool isEnabled, DateTimeOffset expiryTime, System.Collections.IDictionary runbookParameters, string runOn);
abstract member CreateWebhook : string * string * string * string * bool * DateTimeOffset * System.Collections.IDictionary * string -> Microsoft.Azure.Commands.Automation.Model.Webhook
override this.CreateWebhook : string * string * string * string * bool * DateTimeOffset * System.Collections.IDictionary * string -> Microsoft.Azure.Commands.Automation.Model.Webhook
Public Function CreateWebhook (resourceGroupName As String, automationAccountName As String, name As String, runbookName As String, isEnabled As Boolean, expiryTime As DateTimeOffset, runbookParameters As IDictionary, runOn As String) As Webhook
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- name
- String
- runbookName
- String
- isEnabled
- Boolean
- expiryTime
- DateTimeOffset
- runbookParameters
- IDictionary
- runOn
- String