ActivityLogAlertActionList 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
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
- actionGroups
- IList<ActivityLogAlertActionGroup>