Show / Hide Table of Contents

    Class MetricAlertCriteria

    The rule criteria that defines the conditions of the alert rule.

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

    Constructors

    MetricAlertCriteria()

    Initializes a new instance of the MetricAlertCriteria class.

    Declaration
    public MetricAlertCriteria ();

    MetricAlertCriteria(IDictionary<String,Object>)

    Initializes a new instance of the MetricAlertCriteria class.

    Declaration
    public MetricAlertCriteria (System.Collections.Generic.IDictionary<string,object> additionalProperties = null);
    Parameters
    IDictionary<String,Object> additionalProperties

    Unmatched properties from the message are deserialized this collection

    Properties

    AdditionalProperties

    Gets or sets unmatched properties from the message are deserialized this collection

    Declaration
    [Newtonsoft.Json.JsonExtensionData]
    public System.Collections.Generic.IDictionary<string,object> AdditionalProperties { get; set; }
    Property Value
    IDictionary<String,Object>

    Back to top Azure SDK for Net