ActivityLogAlertAllOfCondition 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
ActivityLogAlertAllOfCondition() | |
ActivityLogAlertAllOfCondition(IList<ActivityLogAlertLeafCondition>) |
ActivityLogAlertAllOfCondition()
public ActivityLogAlertAllOfCondition ();
Public Sub New ()
Applies to
ActivityLogAlertAllOfCondition(IList<ActivityLogAlertLeafCondition>)
public ActivityLogAlertAllOfCondition (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertLeafCondition> allOf);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertAllOfCondition : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertLeafCondition> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertAllOfCondition
Public Sub New (allOf As IList(Of ActivityLogAlertLeafCondition))