AutomationRuleRunPlaybookAction Class

Definition

Describes an automation rule action to run a playbook.

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

Constructors

AutomationRuleRunPlaybookAction(Int32)

Initializes a new instance of AutomationRuleRunPlaybookAction.

Properties

ActionConfiguration

Gets or sets the action configuration.

Order

Gets or sets the order.

(Inherited from SecurityInsightsAutomationRuleAction)

Explicit Interface Implementations

IJsonModel<AutomationRuleRunPlaybookAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<AutomationRuleRunPlaybookAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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