DataContainerMigrationStatus Constructor
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.
Constructs the overall volume container migration status object
public DataContainerMigrationStatus (string configId, System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatus> overallStatusList);
new Microsoft.WindowsAzure.Management.StorSimple.DataContainerMigrationStatus : string * System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatus> -> Microsoft.WindowsAzure.Management.StorSimple.DataContainerMigrationStatus
Public Sub New (configId As String, overallStatusList As List(Of MigrationDataContainerStatus))
Parameters
- configId
- String
ConfigId corresponding to current instance of migration
- overallStatusList
- List<MigrationDataContainerStatus>
Overall list of status obtained from service
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET