Show / Hide Table of Contents

    Class MetricAlertStatusCollection

    Represents a collection of alert rule resources.

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

    Constructors

    MetricAlertStatusCollection()

    Initializes a new instance of the MetricAlertStatusCollection class.

    Declaration
    public MetricAlertStatusCollection ();

    MetricAlertStatusCollection(IList<MetricAlertStatus>)

    Initializes a new instance of the MetricAlertStatusCollection class.

    Declaration
    public MetricAlertStatusCollection (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.MetricAlertStatus> value = null);
    Parameters
    IList<MetricAlertStatus> value

    the values for the alert rule resources.

    Properties

    Value

    Gets or sets the values for the alert rule resources.

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

    Back to top Azure SDK for Net