PropertyArrayConditionProperties Class

Definition

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

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

Constructors

PropertyArrayConditionProperties()

Initializes a new instance of PropertyArrayConditionProperties.

Properties

ConditionProperties

Gets or sets the condition properties.

Explicit Interface Implementations

IJsonModel<PropertyArrayConditionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PropertyArrayConditionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<PropertyArrayConditionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PropertyArrayConditionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PropertyArrayConditionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to