Condition 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
Condition() |
Initializes a new instance of the Condition class. |
Condition(String, String, IList<String>) |
Initializes a new instance of the Condition class. |
Condition()
Initializes a new instance of the Condition class.
public Condition ();
Public Sub New ()
Applies to
Condition(String, String, IList<String>)
Initializes a new instance of the Condition class.
public Condition (string field = default, string operatorProperty = default, System.Collections.Generic.IList<string> values = default);
new Microsoft.Azure.Management.AlertsManagement.Models.Condition : string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.AlertsManagement.Models.Condition
Public Sub New (Optional field As String = Nothing, Optional operatorProperty As String = Nothing, Optional values As IList(Of String) = Nothing)
Parameters
- field
- String
Field for a given condition. Possible values include: 'Severity', 'MonitorService', 'MonitorCondition', 'SignalType', 'TargetResourceType', 'TargetResource', 'TargetResourceGroup', 'AlertRuleId', 'AlertRuleName', 'Description', 'AlertContext'
- operatorProperty
- String
Operator for a given condition. Possible values include: 'Equals', 'NotEquals', 'Contains', 'DoesNotContain'