次の方法で共有


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>

設定のプロパティ バッグ。 この値は空にすることができます。

適用対象