共用方式為


ThresholdRuleCondition Constructors

Definition

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
windowSize
Nullable<TimeSpan>

Applies to