LocationThresholdRuleCondition Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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 à
Azure SDK for .NET