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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET