FailoverRequest Constructors

Definition

Overloads

FailoverRequest()

Initializes a new instance of the FailoverRequest class.

FailoverRequest(String, IList<String>)

Initializes a new instance of the FailoverRequest class.

FailoverRequest()

Initializes a new instance of the FailoverRequest class.

public FailoverRequest ();
Public Sub New ()

Applies to

FailoverRequest(String, IList<String>)

Initializes a new instance of the FailoverRequest class.

public FailoverRequest (string targetDeviceId = default, System.Collections.Generic.IList<string> volumeContainers = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.FailoverRequest : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.StorSimple8000Series.Models.FailoverRequest
Public Sub New (Optional targetDeviceId As String = Nothing, Optional volumeContainers As IList(Of String) = Nothing)

Parameters

targetDeviceId
String

The ARM path ID of the device which will act as the failover target.

volumeContainers
IList<String>

The list of path IDs of the volume containers which needs to be failed-over to the target device.

Applies to