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

WebhookNotification 构造函数

定义

重载

WebhookNotification()

初始化 WebhookNotification 类的新实例。

WebhookNotification(String, IDictionary<String,String>)

初始化 WebhookNotification 类的新实例。

WebhookNotification()

初始化 WebhookNotification 类的新实例。

public WebhookNotification ();
Public Sub New ()

适用于

WebhookNotification(String, IDictionary<String,String>)

初始化 WebhookNotification 类的新实例。

public WebhookNotification (string serviceUri = default, System.Collections.Generic.IDictionary<string,string> properties = default);
new Microsoft.Azure.Management.Monitor.Models.WebhookNotification : string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Monitor.Models.WebhookNotification
Public Sub New (Optional serviceUri As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing)

参数

serviceUri
String

要接收通知的服务地址。

properties
IDictionary<String,String>

设置的属性包。 此值可以为空。

适用于