你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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