DevicesOperationsExtensions.ListFailoverTargets Method

Definition

Given a list of volume containers to be failed over from a source device, this method returns the eligibility result, as a failover target, for all devices under that resource.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorSimple8000Series.Models.FailoverTarget> ListFailoverTargets (this Microsoft.Azure.Management.StorSimple8000Series.IDevicesOperations operations, string sourceDeviceName, Microsoft.Azure.Management.StorSimple8000Series.Models.ListFailoverTargetsRequest parameters, string resourceGroupName, string managerName);
static member ListFailoverTargets : Microsoft.Azure.Management.StorSimple8000Series.IDevicesOperations * string * Microsoft.Azure.Management.StorSimple8000Series.Models.ListFailoverTargetsRequest * string * string -> seq<Microsoft.Azure.Management.StorSimple8000Series.Models.FailoverTarget>
<Extension()>
Public Function ListFailoverTargets (operations As IDevicesOperations, sourceDeviceName As String, parameters As ListFailoverTargetsRequest, resourceGroupName As String, managerName As String) As IEnumerable(Of FailoverTarget)

Parameters

operations
IDevicesOperations

The operations group for this extension method.

sourceDeviceName
String

The source device name on which failover is performed.

parameters
ListFailoverTargetsRequest

ListFailoverTargetsRequest containing the list of volume containers to be failed over.

resourceGroupName
String

The resource group name

managerName
String

The manager name

Returns

Applies to