MetricTrigger.OperatorProperty Property

Definition

Gets or sets the operator that is used to compare the metric data and the threshold. Possible values include: 'Equals', 'NotEquals', 'GreaterThan', 'GreaterThanOrEqual', 'LessThan', 'LessThanOrEqual'

[Newtonsoft.Json.JsonProperty(PropertyName="operator")]
public Microsoft.Azure.Management.Monitor.Models.ComparisonOperationType OperatorProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="operator")>]
member this.OperatorProperty : Microsoft.Azure.Management.Monitor.Models.ComparisonOperationType with get, set
Public Property OperatorProperty As ComparisonOperationType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to