Share via


SecurityInsightsAutomationRuleTriggeringLogic Class

Definition

Describes automation rule triggering logic.

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

Constructors

SecurityInsightsAutomationRuleTriggeringLogic(Boolean, TriggersOn, TriggersWhen)

Initializes a new instance of SecurityInsightsAutomationRuleTriggeringLogic.

Properties

Conditions

The conditions to evaluate to determine if the automation rule should be triggered on a given object. Please note SecurityInsightsAutomationRuleCondition is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include BooleanConditionProperties, SecurityInsightsPropertyConditionProperties, PropertyArrayConditionProperties, SecurityInsightsPropertyArrayChangedConditionProperties and SecurityInsightsPropertyChangedConditionProperties.

ExpireOn

Determines when the automation rule should automatically expire and be disabled.

IsEnabled

Determines whether the automation rule is enabled or disabled.

TriggersOn

Gets or sets the triggers on.

TriggersWhen

Gets or sets the triggers when.

Explicit Interface Implementations

IJsonModel<SecurityInsightsAutomationRuleTriggeringLogic>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityInsightsAutomationRuleTriggeringLogic>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsAutomationRuleTriggeringLogic>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsAutomationRuleTriggeringLogic>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityInsightsAutomationRuleTriggeringLogic>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to