Share via


AutomationRuleAddIncidentTaskAction Class

Definition

Describes an automation rule action to add a task to an incident.

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

Constructors

AutomationRuleAddIncidentTaskAction(Int32)

Initializes a new instance of AutomationRuleAddIncidentTaskAction.

Properties

ActionConfiguration

Gets or sets the action configuration.

Order

Gets or sets the order.

(Inherited from SecurityInsightsAutomationRuleAction)

Explicit Interface Implementations

IJsonModel<AutomationRuleAddIncidentTaskAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationRuleAddIncidentTaskAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SecurityInsightsAutomationRuleAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SecurityInsightsAutomationRuleAction)
IJsonModel<SecurityInsightsAutomationRuleAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityInsightsAutomationRuleAction)
IPersistableModel<AutomationRuleAddIncidentTaskAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationRuleAddIncidentTaskAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationRuleAddIncidentTaskAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SecurityInsightsAutomationRuleAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecurityInsightsAutomationRuleAction)
IPersistableModel<SecurityInsightsAutomationRuleAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SecurityInsightsAutomationRuleAction)
IPersistableModel<SecurityInsightsAutomationRuleAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecurityInsightsAutomationRuleAction)

Applies to