Share via


AlertRuleAllOfCondition Konstruktoren

Definition

Überlädt

AlertRuleAllOfCondition()

Initialisiert eine neue instance der AlertRuleAllOfCondition-Klasse.

AlertRuleAllOfCondition(IList<AlertRuleAnyOfOrLeafCondition>)

Initialisiert eine neue instance der AlertRuleAllOfCondition-Klasse.

AlertRuleAllOfCondition()

Initialisiert eine neue instance der AlertRuleAllOfCondition-Klasse.

public AlertRuleAllOfCondition ();
Public Sub New ()

Gilt für:

AlertRuleAllOfCondition(IList<AlertRuleAnyOfOrLeafCondition>)

Initialisiert eine neue instance der AlertRuleAllOfCondition-Klasse.

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))

Parameter

allOf
IList<AlertRuleAnyOfOrLeafCondition>

Die Liste der Regelbedingungen für Aktivitätsprotokollwarnungen.

Gilt für: