Show / Hide Table of Contents

    Class ActivityLogAlertActionList

    A list of activity log alert actions.

    Inheritance
    Object
    ActivityLogAlertActionList
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Monitor.dll
    Syntax
    public class ActivityLogAlertActionList

    Constructors

    ActivityLogAlertActionList()

    Initializes a new instance of the ActivityLogAlertActionList class.

    Declaration
    public ActivityLogAlertActionList ();

    ActivityLogAlertActionList(IList<ActivityLogAlertActionGroup>)

    Initializes a new instance of the ActivityLogAlertActionList class.

    Declaration
    public ActivityLogAlertActionList (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup> actionGroups = null);
    Parameters
    IList<ActivityLogAlertActionGroup> actionGroups

    The list of activity log alerts.

    Properties

    ActionGroups

    Gets or sets the list of activity log alerts.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="actionGroups")]
    public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup> ActionGroups { get; set; }
    Property Value
    IList<ActivityLogAlertActionGroup>

    Back to top Azure SDK for Net