你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ActivityLogAlertActionGroup Constructors

Definition

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.

Applies to