LogMetricTrigger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A log metrics trigger descriptor.
public class LogMetricTrigger
type LogMetricTrigger = class
Public Class LogMetricTrigger
- Inheritance
-
LogMetricTrigger
Constructors
LogMetricTrigger() |
Initializes a new instance of the LogMetricTrigger class. |
LogMetricTrigger(String, Nullable<Double>, String, String) |
Initializes a new instance of the LogMetricTrigger class. |
Properties
MetricColumn |
Gets or sets evaluation of metric on a particular column |
MetricTriggerType |
Gets or sets metric Trigger Type - 'Consecutive' or 'Total'. Possible values include: 'Consecutive', 'Total' |
Threshold |
Gets or sets the threshold of the metric trigger. |
ThresholdOperator |
Gets or sets evaluation operation for Metric -'GreaterThan' or 'LessThan' or 'Equal'. Possible values include: 'GreaterThanOrEqual', 'LessThanOrEqual', 'GreaterThan', 'LessThan', 'Equal' |
Applies to
Azure SDK for .NET