LegacyDataContainerMigrationStatus 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.
Status migration for all data containers in one particular Migration state
public class LegacyDataContainerMigrationStatus : Microsoft.WindowsAzure.Management.StorSimple.MigrationCommonModelFormatter
type LegacyDataContainerMigrationStatus = class
inherit MigrationCommonModelFormatter
Public Class LegacyDataContainerMigrationStatus
Inherits MigrationCommonModelFormatter
- Inheritance
Constructors
LegacyDataContainerMigrationStatus(List<MigrationDataContainerStatus>, MigrationStatus) |
Constructor - Constructs LegacyDataContainerMigrationStatus object of given MigrationStatus, by filtering from overall status list provided |
Properties
StatusList |
List of migration status for the volume containers in the given migration state |
Methods
ConcatStringList(List<String>, String) |
Concats all string specified in list seperated by the specified delimiter (Inherited from MigrationCommonModelFormatter) |
FormatTimeSpan(TimeSpan) |
Format the timespan (Inherited from MigrationCommonModelFormatter) |
GetResultMessage(String, MigrationJobStatus) |
Gets Confirm migration success message to be displayed with error string obtained from service (Inherited from MigrationCommonModelFormatter) |
HcsMessageInfoToString(HcsMessageInfo) |
Converts HcsMessageInfo to desired String output (Inherited from MigrationCommonModelFormatter) |
IntendAndConCat(String, Object, Int32, String) |
The API is used Concats the prefix and string representation of the object specified, seperated by delimiter with proper indentation b/w strings (Inherited from MigrationCommonModelFormatter) |
ToString() |
Converts migration status to the desired formatted string |
Applies to
Azure SDK for .NET