AutomationRulePropertyArrayChangedValuesCondition Class

Definition

The AutomationRulePropertyArrayChangedValuesCondition.

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

Constructors

AutomationRulePropertyArrayChangedValuesCondition()

Initializes a new instance of AutomationRulePropertyArrayChangedValuesCondition.

Properties

ArrayType

Gets or sets the array type.

ChangeType

Gets or sets the change type.

Explicit Interface Implementations

IJsonModel<AutomationRulePropertyArrayChangedValuesCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationRulePropertyArrayChangedValuesCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationRulePropertyArrayChangedValuesCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationRulePropertyArrayChangedValuesCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationRulePropertyArrayChangedValuesCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to