MetricTrigger 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
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
- statistic
- MetricStatisticType
- timeWindow
- TimeSpan
- timeAggregation
- TimeAggregationType
- operatorProperty
- ComparisonOperationType
- threshold
- Double