LocationThresholdRuleCondition.FailedLocationCount-Eigenschaft
Optional. Die Anzahl der Standorte, die ausfallen müssen, um die Warnung zu aktivieren.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public int FailedLocationCount { get; set; }
public:
property int FailedLocationCount {
int get();
void set(int value);
}
member FailedLocationCount : int with get, set
Public Property FailedLocationCount As Integer
Eigenschaftswert
Type: System.Int32
Siehe auch
LocationThresholdRuleCondition-Klasse
Microsoft.Azure.Management.Insights.Models-Namespace
Zurück zum Anfang