Share via


RuleWebhookAction Constructors

Definition

Overloads

RuleWebhookAction()

Initializes a new instance of the RuleWebhookAction class.

RuleWebhookAction(String, IDictionary<String,String>)

Initializes a new instance of the RuleWebhookAction class.

RuleWebhookAction()

Initializes a new instance of the RuleWebhookAction class.

public RuleWebhookAction ();
Public Sub New ()

Applies to

RuleWebhookAction(String, IDictionary<String,String>)

Initializes a new instance of the RuleWebhookAction class.

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

Parameters

serviceUri
String

the service uri to Post the notification when the alert activates or resolves.

properties
IDictionary<String,String>

the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload.

Applies to