MultiMetricCriteria Class

Definition

The types of conditions for a multi resource alert.

public class MultiMetricCriteria
type MultiMetricCriteria = class
Public Class MultiMetricCriteria
Inheritance
MultiMetricCriteria
Derived

Constructors

MultiMetricCriteria()

Initializes a new instance of the MultiMetricCriteria class.

MultiMetricCriteria(String, String, String, IDictionary<String,Object>, String, IList<MetricDimension>, Nullable<Boolean>)

Initializes a new instance of the MultiMetricCriteria class.

Properties

AdditionalProperties

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

Dimensions

Gets or sets list of dimension conditions.

MetricName

Gets or sets name of the metric.

MetricNamespace

Gets or sets namespace of the metric.

Name

Gets or sets name of the criteria.

SkipMetricValidation

Gets or sets allows creating an alert rule on a custom metric that isn't yet emitted, by causing the metric validation to be skipped.

TimeAggregation

Gets or sets the criteria time aggregation types. Possible values include: 'Average', 'Count', 'Minimum', 'Maximum', 'Total'

Methods

Validate()

Validate the object.

Applies to