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