DeviceFailoverRequest Constructors

Definition

Overloads

DeviceFailoverRequest()

Initializes a new instance of the DeviceFailoverRequest class.

DeviceFailoverRequest(List<String>, String)

Initializes a new instance of the DeviceFailoverRequest class with required arguments.

DeviceFailoverRequest()

Initializes a new instance of the DeviceFailoverRequest class.

public DeviceFailoverRequest ();
Public Sub New ()

Applies to

DeviceFailoverRequest(List<String>, String)

Initializes a new instance of the DeviceFailoverRequest class with required arguments.

public DeviceFailoverRequest (System.Collections.Generic.List<string> dataContainerIds, string targetDeviceId);
new Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceFailoverRequest : System.Collections.Generic.List<string> * string -> Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceFailoverRequest
Public Sub New (dataContainerIds As List(Of String), targetDeviceId As String)

Parameters

dataContainerIds
List<String>
targetDeviceId
String

Applies to