InstructionStep Class

Definition

Instruction steps to enable the connector.

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

Constructors

InstructionStep()

Initializes a new instance of InstructionStep.

Properties

Description

Gets or sets the instruction step description.

InnerSteps

Gets or sets the inner instruction steps details. Foe Example: instruction step 1 might contain inner instruction steps: [instruction step 1.1, instruction step 1.2].

Instructions

Gets or sets the instruction step details.

Title

Gets or sets the instruction step title.

Explicit Interface Implementations

IJsonModel<InstructionStep>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InstructionStep>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InstructionStep>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InstructionStep>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InstructionStep>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to