Webhook(String, String, Webhook, String) Constructor
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.
Initializes a new instance of the Module class.
public Webhook (string resourceGroupName, string automationAccountName, Microsoft.Azure.Management.Automation.Models.Webhook webhook, string webhookUri = "");
new Microsoft.Azure.Commands.Automation.Model.Webhook : string * string * Microsoft.Azure.Management.Automation.Models.Webhook * string -> Microsoft.Azure.Commands.Automation.Model.Webhook
Public Sub New (resourceGroupName As String, automationAccountName As String, webhook As Webhook, Optional webhookUri As String = "")
Parameters
- resourceGroupName
- String
The resource group name.
- automationAccountName
- String
The account name.
- webhook
- Webhook
The Webhook.
- webhookUri
- String
The Webhook URI