SecurityInsightsPropertyConditionProperties Class

Definition

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

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

Constructors

SecurityInsightsPropertyConditionProperties()

Initializes a new instance of SecurityInsightsPropertyConditionProperties.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsPropertyConditionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityInsightsPropertyConditionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to