Class MetricAlertSingleResourceMultipleMetricCriteria
Specifies the metric alert criteria for a single resource that has multiple metric criteria.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Monitor.dll
Syntax
[Newtonsoft.Json.JsonObject("Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria")]
public class MetricAlertSingleResourceMultipleMetricCriteria : Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria
Constructors
MetricAlertSingleResourceMultipleMetricCriteria()
Initializes a new instance of the MetricAlertSingleResourceMultipleMetricCriteria class.
Declaration
public MetricAlertSingleResourceMultipleMetricCriteria ();
MetricAlertSingleResourceMultipleMetricCriteria(IDictionary<String,Object>, IList<MetricCriteria>)
Initializes a new instance of the MetricAlertSingleResourceMultipleMetricCriteria class.
Declaration
public MetricAlertSingleResourceMultipleMetricCriteria (System.Collections.Generic.IDictionary<string,object> additionalProperties = null, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.MetricCriteria> allOf = null);
Parameters
|
IDictionary<String,Object>
additionalProperties
Unmatched properties from the message are deserialized this collection |
|
IList<MetricCriteria>
allOf
The list of metric criteria for this 'all of' operation. |
Properties
AllOf
Gets or sets the list of metric criteria for this 'all of' operation.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="allOf")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.MetricCriteria> AllOf { get; set; }
Property Value
|
IList<MetricCriteria>
|