LegacyDataContainerMigrationStatus 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.
Constructor - Constructs LegacyDataContainerMigrationStatus object of given MigrationStatus, by filtering from overall status list provided
public LegacyDataContainerMigrationStatus (System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatus> overallStatusList, Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationStatus type);
new Microsoft.WindowsAzure.Management.StorSimple.LegacyDataContainerMigrationStatus : System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatus> * Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationStatus -> Microsoft.WindowsAzure.Management.StorSimple.LegacyDataContainerMigrationStatus
Public Sub New (overallStatusList As List(Of MigrationDataContainerStatus), type As MigrationStatus)
Parameters
- overallStatusList
- List<MigrationDataContainerStatus>
overall migration status
- type
- MigrationStatus
MigrationStatus of the list of stored
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