Freigeben über


ActivityLogAlertActionList Constructors

Definition

Overloads

ActivityLogAlertActionList()
ActivityLogAlertActionList(IList<ActivityLogAlertActionGroup>)

ActivityLogAlertActionList()

public ActivityLogAlertActionList ();
Public Sub New ()

Applies to

ActivityLogAlertActionList(IList<ActivityLogAlertActionGroup>)

public ActivityLogAlertActionList (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertActionGroup> actionGroups = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertActionList : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertActionGroup> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertActionList
Public Sub New (Optional actionGroups As IList(Of ActivityLogAlertActionGroup) = Nothing)

Parameters

Applies to