Class ActivityLogAlertAllOfCondition
An Activity Log alert condition that is met when all its member conditions are met.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Monitor.dll
Syntax
public class ActivityLogAlertAllOfCondition
Constructors
ActivityLogAlertAllOfCondition()
Initializes a new instance of the ActivityLogAlertAllOfCondition class.
Declaration
public ActivityLogAlertAllOfCondition ();
ActivityLogAlertAllOfCondition(IList<ActivityLogAlertLeafCondition>)
Initializes a new instance of the ActivityLogAlertAllOfCondition class.
Declaration
public ActivityLogAlertAllOfCondition (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition> allOf);
Parameters
|
IList<ActivityLogAlertLeafCondition>
allOf
The list of activity log alert conditions. |
Properties
AllOf
Gets or sets the list of activity log alert conditions.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="allOf")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition> AllOf { get; set; }
Property Value
|
IList<ActivityLogAlertLeafCondition>
|
Methods
Validate()
Validate the object.
Declaration
public virtual void Validate ();
Exceptions
|
ValidationException
Thrown if validation fails |