ThresholdRuleCondition 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
ThresholdRuleCondition() | |
ThresholdRuleCondition(ConditionOperator, Double, RuleDataSource, Nullable<TimeSpan>, Nullable<TimeAggregationOperator>) |
ThresholdRuleCondition()
public ThresholdRuleCondition ();
Public Sub New ()
Applies to
ThresholdRuleCondition(ConditionOperator, Double, RuleDataSource, Nullable<TimeSpan>, Nullable<TimeAggregationOperator>)
public ThresholdRuleCondition (Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ConditionOperator operatorProperty, double threshold, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RuleDataSource dataSource = default, TimeSpan? windowSize = default, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.TimeAggregationOperator? timeAggregation = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ThresholdRuleCondition : Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ConditionOperator * double * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RuleDataSource * Nullable<TimeSpan> * Nullable<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.TimeAggregationOperator> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ThresholdRuleCondition
Public Sub New (operatorProperty As ConditionOperator, threshold As Double, Optional dataSource As RuleDataSource = Nothing, Optional windowSize As Nullable(Of TimeSpan) = Nothing, Optional timeAggregation As Nullable(Of TimeAggregationOperator) = Nothing)
Parameters
- operatorProperty
- ConditionOperator
- threshold
- Double
- dataSource
- RuleDataSource
- timeAggregation
- Nullable<TimeAggregationOperator>