LocationThresholdRuleCondition Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
LocationThresholdRuleCondition() |
Initialisiert eine neue instance der LocationThresholdRuleCondition-Klasse. |
LocationThresholdRuleCondition(Int32, RuleDataSource, Nullable<TimeSpan>) |
Initialisiert eine neue instance der LocationThresholdRuleCondition-Klasse. |
LocationThresholdRuleCondition()
Initialisiert eine neue instance der LocationThresholdRuleCondition-Klasse.
public LocationThresholdRuleCondition ();
Public Sub New ()
Gilt für:
LocationThresholdRuleCondition(Int32, RuleDataSource, Nullable<TimeSpan>)
Initialisiert eine neue instance der LocationThresholdRuleCondition-Klasse.
public LocationThresholdRuleCondition (int failedLocationCount, Microsoft.Azure.Management.Monitor.Models.RuleDataSource dataSource = default, TimeSpan? windowSize = default);
new Microsoft.Azure.Management.Monitor.Models.LocationThresholdRuleCondition : int * Microsoft.Azure.Management.Monitor.Models.RuleDataSource * Nullable<TimeSpan> -> Microsoft.Azure.Management.Monitor.Models.LocationThresholdRuleCondition
Public Sub New (failedLocationCount As Integer, Optional dataSource As RuleDataSource = Nothing, Optional windowSize As Nullable(Of TimeSpan) = Nothing)
Parameter
- failedLocationCount
- Int32
Die Anzahl der Speicherorte, an denen die Warnung nicht aktiviert werden kann.
- dataSource
- RuleDataSource
die Ressource, aus der die Regel ihre Daten sammelt. Für diesen Typ ist dataSource immer vom Typ RuleMetricDataSource.
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 sein.
Gilt für:
Azure SDK for .NET