Partager via


AlertRuleAllOfCondition Constructeurs

Définition

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

allOf
IList<AlertRuleAnyOfOrLeafCondition>

Liste des conditions de règle d’alerte de journal d’activité.

S’applique à