RuleWebhookAction 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
RuleWebhookAction() | |
RuleWebhookAction(String, IDictionary<String,String>) |
RuleWebhookAction()
public RuleWebhookAction ();
Public Sub New ()
Applies to
RuleWebhookAction(String, IDictionary<String,String>)
public RuleWebhookAction (string serviceUri = default, System.Collections.Generic.IDictionary<string,string> properties = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RuleWebhookAction : string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RuleWebhookAction
Public Sub New (Optional serviceUri As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing)
Parameters
- serviceUri
- String
- properties
- IDictionary<String,String>