Partager via


MetricTrigger Constructors

Definition

Overloads

MetricTrigger()
MetricTrigger(String, String, TimeSpan, MetricStatisticType, TimeSpan, TimeAggregationType, ComparisonOperationType, Double)

MetricTrigger()

public MetricTrigger ();
Public Sub New ()

Applies to

MetricTrigger(String, String, TimeSpan, MetricStatisticType, TimeSpan, TimeAggregationType, ComparisonOperationType, Double)

public MetricTrigger (string metricName, string metricResourceUri, TimeSpan timeGrain, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricStatisticType statistic, TimeSpan timeWindow, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.TimeAggregationType timeAggregation, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ComparisonOperationType operatorProperty, double threshold);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricTrigger : string * string * TimeSpan * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricStatisticType * TimeSpan * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.TimeAggregationType * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ComparisonOperationType * double -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricTrigger
Public Sub New (metricName As String, metricResourceUri As String, timeGrain As TimeSpan, statistic As MetricStatisticType, timeWindow As TimeSpan, timeAggregation As TimeAggregationType, operatorProperty As ComparisonOperationType, threshold As Double)

Parameters

metricName
String
metricResourceUri
String
timeGrain
TimeSpan
timeWindow
TimeSpan
timeAggregation
TimeAggregationType
operatorProperty
ComparisonOperationType
threshold
Double

Applies to