WebhookNotification Constructors

Definition

Overloads

WebhookNotification()

Initializes a new instance of the WebhookNotification class.

WebhookNotification(String, IDictionary<String,String>)

Initializes a new instance of the WebhookNotification class.

WebhookNotification()

Initializes a new instance of the WebhookNotification class.

public WebhookNotification ();
Public Sub New ()

Applies to

WebhookNotification(String, IDictionary<String,String>)

Initializes a new instance of the WebhookNotification class.

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)

Parameters

serviceUri
String

the service address to receive the notification.

properties
IDictionary<String,String>

a property bag of settings. This value can be empty.

Applies to