Partager via


LocationThresholdRuleCondition Classe

Définition

Condition de règle basée sur un certain nombre d’emplacements défaillants.

[Newtonsoft.Json.JsonObject("Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition")]
public class LocationThresholdRuleCondition : Microsoft.Azure.Management.Monitor.Models.RuleCondition
[<Newtonsoft.Json.JsonObject("Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition")>]
type LocationThresholdRuleCondition = class
    inherit RuleCondition
Public Class LocationThresholdRuleCondition
Inherits RuleCondition
Héritage
LocationThresholdRuleCondition
Attributs
Newtonsoft.Json.JsonObjectAttribute

Constructeurs

LocationThresholdRuleCondition()

Initialise une nouvelle instance de la classe LocationThresholdRuleCondition.

LocationThresholdRuleCondition(Int32, RuleDataSource, Nullable<TimeSpan>)

Initialise une nouvelle instance de la classe LocationThresholdRuleCondition.

Propriétés

DataSource

Obtient ou définit la ressource à partir de laquelle la règle collecte ses données. Pour ce type, dataSource sera toujours de type RuleMetricDataSource.

(Hérité de RuleCondition)
FailedLocationCount

Obtient ou définit le nombre d’emplacements qui ne peuvent pas activer l’alerte.

WindowSize

Obtient ou définit la période (au format de durée ISO 8601) utilisée pour surveiller l’activité des alertes en fonction du seuil. Si elle est spécifiée, elle doit être comprise entre 5 minutes et 1 jour.

Méthodes

Validate()

Validez l’objet .

S’applique à