DataContainerGroup Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataContainerGroup() |
Initializes a new instance of the DataContainerGroup class. |
DataContainerGroup(List<DRDataContainer>, String, Boolean) |
Initializes a new instance of the DataContainerGroup class with required arguments. |
DataContainerGroup()
Initializes a new instance of the DataContainerGroup class.
public DataContainerGroup ();
Public Sub New ()
Applies to
DataContainerGroup(List<DRDataContainer>, String, Boolean)
Initializes a new instance of the DataContainerGroup class with required arguments.
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)
Parameters
- dCGroup
- List<DRDataContainer>
- ineligibilityMessage
- String
- isDCGroupEligibleForDR
- Boolean
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET