Share via


ActivityLogAlertLeafCondition Constructors

Definition

Overloads

ActivityLogAlertLeafCondition()
ActivityLogAlertLeafCondition(String, String)

ActivityLogAlertLeafCondition()

public ActivityLogAlertLeafCondition ();
Public Sub New ()

Applies to

ActivityLogAlertLeafCondition(String, String)

public ActivityLogAlertLeafCondition (string field, string equals);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertLeafCondition : string * string -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertLeafCondition
Public Sub New (field As String, equals As String)

Parameters

field
String
equals
String

Applies to