Share via


SecurityInsightsPropertyArrayChangedConditionProperties Class

Definition

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

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

Constructors

SecurityInsightsPropertyArrayChangedConditionProperties()

Initializes a new instance of SecurityInsightsPropertyArrayChangedConditionProperties.

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<SecurityInsightsPropertyArrayChangedConditionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityInsightsPropertyArrayChangedConditionProperties>.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<SecurityInsightsPropertyArrayChangedConditionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsPropertyArrayChangedConditionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityInsightsPropertyArrayChangedConditionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to