Aracılığıyla paylaş


LogMetricTrigger Constructors

Definition

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
threshold
Nullable<Double>
metricTriggerType
String
metricColumn
String

Applies to