Share via


ManagementEventAggregationCondition Konstruktoren

Definition

Überlädt

ManagementEventAggregationCondition()

Initialisiert eine neue instance der ManagementEventAggregationCondition-Klasse.

ManagementEventAggregationCondition(Nullable<ConditionOperator>, Nullable<Double>, Nullable<TimeSpan>)

Initialisiert eine neue instance der ManagementEventAggregationCondition-Klasse.

ManagementEventAggregationCondition()

Initialisiert eine neue instance der ManagementEventAggregationCondition-Klasse.

public ManagementEventAggregationCondition ();
Public Sub New ()

Gilt für:

ManagementEventAggregationCondition(Nullable<ConditionOperator>, Nullable<Double>, Nullable<TimeSpan>)

Initialisiert eine neue instance der ManagementEventAggregationCondition-Klasse.

public ManagementEventAggregationCondition (Microsoft.Azure.Management.Monitor.Models.ConditionOperator? operatorProperty = default, double? threshold = default, TimeSpan? windowSize = default);
new Microsoft.Azure.Management.Monitor.Models.ManagementEventAggregationCondition : Nullable<Microsoft.Azure.Management.Monitor.Models.ConditionOperator> * Nullable<double> * Nullable<TimeSpan> -> Microsoft.Azure.Management.Monitor.Models.ManagementEventAggregationCondition
Public Sub New (Optional operatorProperty As Nullable(Of ConditionOperator) = Nothing, Optional threshold As Nullable(Of Double) = Nothing, Optional windowSize As Nullable(Of TimeSpan) = Nothing)

Parameter

operatorProperty
Nullable<ConditionOperator>

der Bedingungsoperator. Mögliche Werte: "GreaterThan", "GreaterThanOrEqual", "LessThan", "LessThanOrEqual"

threshold
Nullable<Double>

Der Schwellenwert, der die Warnung aktiviert.

windowSize
Nullable<TimeSpan>

der Zeitraum (im ISO 8601-Dauerformat), der zum Überwachen der Warnungsaktivität basierend auf dem Schwellenwert verwendet wird. Wenn angegeben, muss es zwischen 5 Minuten und 1 Tag dauern.

Gilt für: