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() |
Initializes a new instance of the ActivityLogAlertActionGroup class. |
ActivityLogAlertActionGroup(String, IDictionary<String,String>) |
Initializes a new instance of the ActivityLogAlertActionGroup class. |
ActivityLogAlertActionGroup()
Initializes a new instance of the ActivityLogAlertActionGroup class.
public ActivityLogAlertActionGroup ();
Public Sub New ()
Applies to
ActivityLogAlertActionGroup(String, IDictionary<String,String>)
Initializes a new instance of the ActivityLogAlertActionGroup class.
public ActivityLogAlertActionGroup (string actionGroupId, System.Collections.Generic.IDictionary<string,string> webhookProperties = default);
new Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup : string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup
Public Sub New (actionGroupId As String, Optional webhookProperties As IDictionary(Of String, String) = Nothing)
Parameters
- actionGroupId
- String
The resourceId of the action group. This cannot be null or empty.
- webhookProperties
- IDictionary<String,String>
the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload.