DiskControllerInputs Class

Definition

Disk controller.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.DiskControllerInputsTypeConverter))]
public class DiskControllerInputs : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IDiskControllerInputs
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.DiskControllerInputsTypeConverter))>]
type DiskControllerInputs = class
    interface IDiskControllerInputs
    interface IJsonSerializable
Public Class DiskControllerInputs
Implements IDiskControllerInputs
Inheritance
DiskControllerInputs
Attributes
Implements

Constructors

Name Description
DiskControllerInputs()

Creates an new DiskControllerInputs instance.

Properties

Name Description
ControllerId

Gets or sets the controller ID.

ControllerLocation

Gets or sets the controller Location.

ControllerName

Gets or sets the controller name (IDE,SCSI).

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiskControllerInputs.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiskControllerInputs.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IDiskControllerInputs.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiskControllerInputs into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to