Share via


DataReplicationDiskControllerInputs(String, Int32, Int32) Constructor

Definition

Initializes a new instance of DataReplicationDiskControllerInputs.

public DataReplicationDiskControllerInputs(string controllerName, int controllerId, int controllerLocation);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationDiskControllerInputs : string * int * int -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationDiskControllerInputs
Public Sub New (controllerName As String, controllerId As Integer, controllerLocation As Integer)

Parameters

controllerName
String

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

controllerId
Int32

Gets or sets the controller ID.

controllerLocation
Int32

Gets or sets the controller Location.

Exceptions

controllerName is null.

Applies to