C# Class Microsoft.Azure.Commands.Automation.Model.Webhook

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
Webhook ( string resourceGroupName, string automationAccountName, Azure webhook, string webhookUri = "" ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the Module class.

Method Details

Webhook() public method

Initializes a new instance of the Module class.
public Webhook ( string resourceGroupName, string automationAccountName, Azure webhook, string webhookUri = "" ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string /// The resource group name. ///
automationAccountName string /// The account name. ///
webhook Azure /// The Webhook. ///
webhookUri string /// The Webhook URI ///
return Microsoft.Azure.Commands.Automation.Common