DataReplicationDiskControllerInputs(String, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.