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

DataContainerGroup 构造函数

定义

重载

DataContainerGroup()

初始化 DataContainerGroup 类的新实例。

DataContainerGroup(List<DRDataContainer>, String, Boolean)

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

DataContainerGroup()

初始化 DataContainerGroup 类的新实例。

public DataContainerGroup ();
Public Sub New ()

适用于

DataContainerGroup(List<DRDataContainer>, String, Boolean)

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

public DataContainerGroup (System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer> dCGroup, string ineligibilityMessage, bool isDCGroupEligibleForDR);
new Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroup : System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer> * string * bool -> Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroup
Public Sub New (dCGroup As List(Of DRDataContainer), ineligibilityMessage As String, isDCGroupEligibleForDR As Boolean)

参数

ineligibilityMessage
String
isDCGroupEligibleForDR
Boolean

适用于