AlertRuleAllOfCondition Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The list of Activity Log Alert rule conditions.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET