Show / Hide Table of Contents

Class MetricAlertCriteriaArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MetricAlertCriteriaArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Monitoring.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class MetricAlertCriteriaArgs : ResourceArgs

Constructors

View Source

MetricAlertCriteriaArgs()

Declaration
public MetricAlertCriteriaArgs()

Properties

View Source

Aggregation

The statistic that runs over the metric values. Possible values are Average, Count, Minimum, Maximum and Total.

Declaration
public Input<string> Aggregation { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Dimensions

One or more dimension blocks as defined below.

Declaration
public InputList<MetricAlertCriteriaDimensionArgs> Dimensions { get; set; }
Property Value
Type Description
InputList<MetricAlertCriteriaDimensionArgs>
View Source

MetricName

One of the metric names to be monitored.

Declaration
public Input<string> MetricName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MetricNamespace

One of the metric namespaces to be monitored.

Declaration
public Input<string> MetricNamespace { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Operator

The criteria operator. Possible values are Equals, NotEquals, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

Declaration
public Input<string> Operator { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Threshold

The criteria threshold value that activates the alert.

Declaration
public Input<double> Threshold { get; set; }
Property Value
Type Description
Input<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.