DataContainerMigrationStatus Class
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.
Volume container migration status for the containers imported by the specific config
public class DataContainerMigrationStatus
type DataContainerMigrationStatus = class
Public Class DataContainerMigrationStatus
- Inheritance
-
DataContainerMigrationStatus
Constructors
DataContainerMigrationStatus(String, List<MigrationDataContainerStatus>) |
Constructs the overall volume container migration status object |
Properties
LegacyConfigId |
Gets or sets the config id whose volume container confirm status is fetched |
MigrationCompleted |
Gets or sets the list of migration state for all volume containers whose MigrationState is Completed |
MigrationFailed |
Gets or sets the list of migration state for all volume containers whose MigrationState is Failed |
MigrationInprogress |
Gets or sets the list of migration state for all volume containers whose MigrationState is InProgress |
MigrationNotStarted |
Gets or sets the list of migration state for all volume containers whose MigrationState is NotStarted |
Applies to
Azure SDK for .NET