SecurityInsightsAutomationRuleAction Class

Definition

Describes an automation rule action. Please note SecurityInsightsAutomationRuleAction 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 AutomationRuleAddIncidentTaskAction, AutomationRuleModifyPropertiesAction and AutomationRuleRunPlaybookAction.

public abstract class SecurityInsightsAutomationRuleAction
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityInsights.Models.UnknownAutomationRuleAction))]
public abstract class SecurityInsightsAutomationRuleAction : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAutomationRuleAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAutomationRuleAction>
type SecurityInsightsAutomationRuleAction = class
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityInsights.Models.UnknownAutomationRuleAction))>]
type SecurityInsightsAutomationRuleAction = class
    interface IJsonModel<SecurityInsightsAutomationRuleAction>
    interface IPersistableModel<SecurityInsightsAutomationRuleAction>
Public MustInherit Class SecurityInsightsAutomationRuleAction
Public MustInherit Class SecurityInsightsAutomationRuleAction
Implements IJsonModel(Of SecurityInsightsAutomationRuleAction), IPersistableModel(Of SecurityInsightsAutomationRuleAction)
Inheritance
SecurityInsightsAutomationRuleAction
Derived
Attributes
Implements

Constructors

SecurityInsightsAutomationRuleAction(Int32)

Initializes a new instance of SecurityInsightsAutomationRuleAction.

Properties

Order

Gets or sets the order.

Explicit Interface Implementations

IJsonModel<SecurityInsightsAutomationRuleAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityInsightsAutomationRuleAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsAutomationRuleAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsAutomationRuleAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityInsightsAutomationRuleAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to