Share via


IAutomationRulePropertyValuesCondition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AutomationRulePropertyValuesConditionTypeConverter))]
public interface IAutomationRulePropertyValuesCondition : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AutomationRulePropertyValuesConditionTypeConverter))>]
type IAutomationRulePropertyValuesCondition = interface
    interface IJsonSerializable
    interface IAutomationRuleCondition
Public Interface IAutomationRulePropertyValuesCondition
Implements IAutomationRuleCondition
Derived
Attributes
Implements

Properties

ConditionPropertyName

The property to evaluate

ConditionPropertyOperator

The operator to use for evaluation the condition

ConditionPropertyValue

The values to use for evaluating the condition

ConditionType

The type of the automation rule condition

(Inherited from IAutomationRuleCondition)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to