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