Share via


AutomationRulePropertyValuesConditionProperties Class

Definition

The configuration of the automation rule condition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AutomationRulePropertyValuesConditionPropertiesTypeConverter))]
public class AutomationRulePropertyValuesConditionProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRulePropertyValuesConditionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AutomationRulePropertyValuesConditionPropertiesTypeConverter))>]
type AutomationRulePropertyValuesConditionProperties = class
    interface IAutomationRulePropertyValuesConditionProperties
    interface IJsonSerializable
Public Class AutomationRulePropertyValuesConditionProperties
Implements IAutomationRulePropertyValuesConditionProperties
Inheritance
AutomationRulePropertyValuesConditionProperties
Attributes
Implements

Constructors

AutomationRulePropertyValuesConditionProperties()

Creates an new AutomationRulePropertyValuesConditionProperties instance.

Properties

Operator

The operator to use for evaluation the condition

PropertyName

The property to evaluate

PropertyValue

The values to use for evaluating the condition

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AutomationRulePropertyValuesConditionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AutomationRulePropertyValuesConditionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRulePropertyValuesConditionProperties.

FromJsonString(String)

Creates a new instance of AutomationRulePropertyValuesConditionProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AutomationRulePropertyValuesConditionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to