AlertRuleAllOfCondition Constructeurs
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.
Surcharges
AlertRuleAllOfCondition() |
Initialise une nouvelle instance de la classe AlertRuleAllOfCondition. |
AlertRuleAllOfCondition(IList<AlertRuleAnyOfOrLeafCondition>) |
Initialise une nouvelle instance de la classe AlertRuleAllOfCondition. |
AlertRuleAllOfCondition()
Initialise une nouvelle instance de la classe AlertRuleAllOfCondition.
public AlertRuleAllOfCondition ();
Public Sub New ()
S’applique à
AlertRuleAllOfCondition(IList<AlertRuleAnyOfOrLeafCondition>)
Initialise une nouvelle instance de la classe AlertRuleAllOfCondition.
public AlertRuleAllOfCondition (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AlertRuleAnyOfOrLeafCondition> allOf);
new Microsoft.Azure.Management.Monitor.Models.AlertRuleAllOfCondition : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AlertRuleAnyOfOrLeafCondition> -> Microsoft.Azure.Management.Monitor.Models.AlertRuleAllOfCondition
Public Sub New (allOf As IList(Of AlertRuleAnyOfOrLeafCondition))
Paramètres
Liste des conditions de règle d’alerte de journal d’activité.
S’applique à
Azure SDK for .NET