Show / Hide Table of Contents

Class ScheduledQueryRulesAlertTrigger

Inheritance
System.Object
ScheduledQueryRulesAlertTrigger
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScheduledQueryRulesAlertTrigger

Fields

View Source

MetricTrigger

Declaration
public readonly ScheduledQueryRulesAlertTriggerMetricTrigger MetricTrigger
Field Value
Type Description
ScheduledQueryRulesAlertTriggerMetricTrigger
View Source

Operator

Evaluation operation for rule - 'Equal', 'GreaterThan' or 'LessThan'.

Declaration
public readonly string Operator
Field Value
Type Description
System.String
View Source

Threshold

Result or count threshold based on which rule should be triggered. Values must be between 0 and 10000 inclusive.

Declaration
public readonly double Threshold
Field Value
Type Description
System.Double
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.