SecurityInsightsPropertyChangedConditionProperties Class

Definition

Describes an automation rule condition that evaluates a property's value change.

public class SecurityInsightsPropertyChangedConditionProperties : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAutomationRuleCondition
public class SecurityInsightsPropertyChangedConditionProperties : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAutomationRuleCondition, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsPropertyChangedConditionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsPropertyChangedConditionProperties>
type SecurityInsightsPropertyChangedConditionProperties = class
    inherit SecurityInsightsAutomationRuleCondition
type SecurityInsightsPropertyChangedConditionProperties = class
    inherit SecurityInsightsAutomationRuleCondition
    interface IJsonModel<SecurityInsightsPropertyChangedConditionProperties>
    interface IPersistableModel<SecurityInsightsPropertyChangedConditionProperties>
Public Class SecurityInsightsPropertyChangedConditionProperties
Inherits SecurityInsightsAutomationRuleCondition
Public Class SecurityInsightsPropertyChangedConditionProperties
Inherits SecurityInsightsAutomationRuleCondition
Implements IJsonModel(Of SecurityInsightsPropertyChangedConditionProperties), IPersistableModel(Of SecurityInsightsPropertyChangedConditionProperties)
Inheritance
SecurityInsightsPropertyChangedConditionProperties
Implements

Constructors

SecurityInsightsPropertyChangedConditionProperties()

Initializes a new instance of SecurityInsightsPropertyChangedConditionProperties.

Properties

ConditionProperties

Gets or sets the condition properties.

Explicit Interface Implementations

IJsonModel<SecurityInsightsAutomationRuleCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SecurityInsightsAutomationRuleCondition)
IJsonModel<SecurityInsightsAutomationRuleCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityInsightsAutomationRuleCondition)
IJsonModel<SecurityInsightsPropertyChangedConditionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityInsightsPropertyChangedConditionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsAutomationRuleCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecurityInsightsAutomationRuleCondition)
IPersistableModel<SecurityInsightsAutomationRuleCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SecurityInsightsAutomationRuleCondition)
IPersistableModel<SecurityInsightsAutomationRuleCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecurityInsightsAutomationRuleCondition)
IPersistableModel<SecurityInsightsPropertyChangedConditionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsPropertyChangedConditionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityInsightsPropertyChangedConditionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to