Share via


ConnectorInstructionModelBase Class

Definition

Instruction step details

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

Constructors

ConnectorInstructionModelBase()

Creates an new ConnectorInstructionModelBase instance.

Properties

Parameter

The parameters for the setting

Type

The kind of the setting

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectorInstructionModelBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectorInstructionModelBase.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectorInstructionModelBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to