Class MetricAlertCriteriaArgs
Inherited Members
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 SourceMetricAlertCriteriaArgs()
Declaration
public MetricAlertCriteriaArgs()
Properties
View SourceAggregation
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> |
Dimensions
One or more dimension blocks as defined below.
Declaration
public InputList<MetricAlertCriteriaDimensionArgs> Dimensions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<MetricAlertCriteriaDimensionArgs> |
MetricName
One of the metric names to be monitored.
Declaration
public Input<string> MetricName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MetricNamespace
One of the metric namespaces to be monitored.
Declaration
public Input<string> MetricNamespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Threshold
The criteria threshold value that activates the alert.
Declaration
public Input<double> Threshold { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |