InstructionSteps Class

Definition

Instruction steps to enable the connector

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionStepsTypeConverter))]
public class InstructionSteps : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInstructionSteps
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionStepsTypeConverter))>]
type InstructionSteps = class
    interface IInstructionSteps
    interface IJsonSerializable
Public Class InstructionSteps
Implements IInstructionSteps
Inheritance
InstructionSteps
Attributes
Implements

Constructors

InstructionSteps()

Creates an new InstructionSteps instance.

Properties

Description

Instruction step description

Instruction

Instruction step details

Title

Instruction step title

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InstructionSteps.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InstructionSteps.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInstructionSteps.

FromJsonString(String)

Creates a new instance of InstructionSteps, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InstructionSteps into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to