Share via


DataReplicationDiskControllerInputs Class

Definition

Disk controller.

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

Constructors

DataReplicationDiskControllerInputs(String, Int32, Int32)

Initializes a new instance of DataReplicationDiskControllerInputs.

Properties

ControllerId

Gets or sets the controller ID.

ControllerLocation

Gets or sets the controller Location.

ControllerName

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataReplicationDiskControllerInputs>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataReplicationDiskControllerInputs>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationDiskControllerInputs>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataReplicationDiskControllerInputs>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataReplicationDiskControllerInputs>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to