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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET