MetricTrigger.Operator Property

 

Optional. The operator that is used to compare the metric data and the threshold.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public ComparisonOperationType Operator { get; set; }
public:
property ComparisonOperationType Operator {
    ComparisonOperationType get();
    void set(ComparisonOperationType value);
}
member Operator : ComparisonOperationType with get, set
Public Property Operator As ComparisonOperationType

Property Value

Type: Microsoft.Azure.Management.Insights.Models.ComparisonOperationType

See Also

MetricTrigger Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top