MetricAlertSingleResourceMultipleMetricCriteria Class
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.
Specifies the metric alert criteria for a single resource that has multiple metric criteria.
[Newtonsoft.Json.JsonObject("Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria")]
public class MetricAlertSingleResourceMultipleMetricCriteria : Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria
[<Newtonsoft.Json.JsonObject("Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria")>]
type MetricAlertSingleResourceMultipleMetricCriteria = class
inherit MetricAlertCriteria
Public Class MetricAlertSingleResourceMultipleMetricCriteria
Inherits MetricAlertCriteria
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MetricAlertSingleResourceMultipleMetricCriteria() |
Initializes a new instance of the MetricAlertSingleResourceMultipleMetricCriteria class. |
MetricAlertSingleResourceMultipleMetricCriteria(IDictionary<String,Object>, IList<MetricCriteria>) |
Initializes a new instance of the MetricAlertSingleResourceMultipleMetricCriteria class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from MetricAlertCriteria) |
AllOf |
Gets or sets the list of metric criteria for this 'all of' operation. |
Applies to
Azure SDK for .NET