你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeviceFailoverRequest 构造函数

定义

重载

DeviceFailoverRequest()

初始化 DeviceFailoverRequest 类的新实例。

DeviceFailoverRequest(List<String>, String)

使用必需的参数初始化 DeviceFailoverRequest 类的新实例。

DeviceFailoverRequest()

初始化 DeviceFailoverRequest 类的新实例。

public DeviceFailoverRequest ();
Public Sub New ()

适用于

DeviceFailoverRequest(List<String>, String)

使用必需的参数初始化 DeviceFailoverRequest 类的新实例。

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)

参数

dataContainerIds
List<String>
targetDeviceId
String

适用于