Share via


InstructionStepsInstructionsItem Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionStepsInstructionsItemTypeConverter))]
public class InstructionStepsInstructionsItem : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInstructionStepsInstructionsItem, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InstructionStepsInstructionsItemTypeConverter))>]
type InstructionStepsInstructionsItem = class
    interface IInstructionStepsInstructionsItem
    interface IJsonSerializable
    interface IConnectorInstructionModelBase
    interface IValidates
Public Class InstructionStepsInstructionsItem
Implements IInstructionStepsInstructionsItem, IValidates
Inheritance
InstructionStepsInstructionsItem
Attributes
Implements

Constructors

InstructionStepsInstructionsItem()

Creates an new InstructionStepsInstructionsItem instance.

Properties

Parameter

The parameters for the setting

Type

The kind of the setting

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InstructionStepsInstructionsItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InstructionStepsInstructionsItem.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InstructionStepsInstructionsItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to