LogMetricTrigger.ThresholdOperator Property

Definition

Gets or sets evaluation operation for Metric -'GreaterThan' or 'LessThan' or 'Equal'. Possible values include: 'GreaterThanOrEqual', 'LessThanOrEqual', 'GreaterThan', 'LessThan', 'Equal'

[Newtonsoft.Json.JsonProperty(PropertyName="thresholdOperator")]
public string ThresholdOperator { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="thresholdOperator")>]
member this.ThresholdOperator : string with get, set
Public Property ThresholdOperator As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to