IAlertRuleAnyOfOrLeafCondition Interface

Definition

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

Properties

AnyOf

An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met.

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.

(Inherited from IAlertRuleLeafCondition)
Equal

The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met.

(Inherited from IAlertRuleLeafCondition)
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'.

(Inherited from IAlertRuleLeafCondition)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to