WebhookNotification Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WebhookNotification() | |
WebhookNotification(String, IDictionary<String,String>) |
WebhookNotification()
public WebhookNotification ();
Public Sub New ()
Applies to
WebhookNotification(String, IDictionary<String,String>)
public WebhookNotification (string serviceUri = default, System.Collections.Generic.IDictionary<string,string> properties = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.WebhookNotification : string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.WebhookNotification
Public Sub New (Optional serviceUri As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing)
Parameters
- serviceUri
- String
- properties
- IDictionary<String,String>