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() |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET