Share via


IAlertRuleLeafCondition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.AlertRuleLeafConditionTypeConverter))]
public interface IAlertRuleLeafCondition : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.AlertRuleLeafConditionTypeConverter))>]
type IAlertRuleLeafCondition = interface
    interface IJsonSerializable
Public Interface IAlertRuleLeafCondition
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to