BooleanConditionProperties Class

Definition

Describes an automation rule condition that applies a boolean operator (e.g AND, OR) to conditions.

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

Constructors

BooleanConditionProperties()

Initializes a new instance of BooleanConditionProperties.

Properties

ConditionProperties

Gets or sets the condition properties.

Explicit Interface Implementations

IJsonModel<BooleanConditionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<BooleanConditionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BooleanConditionProperties>.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