IAlertRuleLeafCondition Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleLeafConditionTypeConverter))]
public interface IAlertRuleLeafCondition : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleLeafConditionTypeConverter))>]
type IAlertRuleLeafCondition = interface
interface IJsonSerializable
Public Interface IAlertRuleLeafCondition
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ContainsAny |
The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. |
Equal |
The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. |
Field |
The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |