InstructionSteps Class

Definition

Instruction steps to enable the connector.

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

Constructors

InstructionSteps()

Initializes a new instance of InstructionSteps.

Properties

Description

Instruction step description.

Instructions

Instruction step details.

Title

Instruction step title.

Explicit Interface Implementations

IJsonModel<InstructionSteps>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InstructionSteps>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InstructionSteps>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InstructionSteps>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InstructionSteps>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to