AlertRuleAllOfCondition Constructors

Definition

Overloads

AlertRuleAllOfCondition()

Initializes a new instance of the AlertRuleAllOfCondition class.

AlertRuleAllOfCondition(IList<AlertRuleAnyOfOrLeafCondition>)

Initializes a new instance of the AlertRuleAllOfCondition class.

AlertRuleAllOfCondition()

Initializes a new instance of the AlertRuleAllOfCondition class.

public AlertRuleAllOfCondition ();
Public Sub New ()

Applies to

AlertRuleAllOfCondition(IList<AlertRuleAnyOfOrLeafCondition>)

Initializes a new instance of the AlertRuleAllOfCondition class.

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

Parameters

allOf
IList<AlertRuleAnyOfOrLeafCondition>

The list of Activity Log Alert rule conditions.

Applies to