TriggerCondition Constructors
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.
Overloads
TriggerCondition() | |
TriggerCondition(String, Double, LogMetricTrigger) |
TriggerCondition()
public TriggerCondition ();
Public Sub New ()
Applies to
TriggerCondition(String, Double, LogMetricTrigger)
public TriggerCondition (string thresholdOperator, double threshold, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.LogMetricTrigger metricTrigger = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.TriggerCondition : string * double * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.LogMetricTrigger -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.TriggerCondition
Public Sub New (thresholdOperator As String, threshold As Double, Optional metricTrigger As LogMetricTrigger = Nothing)
Parameters
- thresholdOperator
- String
- threshold
- Double
- metricTrigger
- LogMetricTrigger