Webhook(String, String, Webhook, String) Constructor

Definition

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

Applies to