MigrationPlanInfoMsgList 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.
Class represents the list of migration plan in a particular status
public class MigrationPlanInfoMsgList : Microsoft.WindowsAzure.Management.StorSimple.MigrationCommonModelFormatter
type MigrationPlanInfoMsgList = class
inherit MigrationCommonModelFormatter
Public Class MigrationPlanInfoMsgList
Inherits MigrationCommonModelFormatter
- Inheritance
Constructors
MigrationPlanInfoMsgList(MigrationPlanStatus) |
Constructs MigrationPlanInfoMsgList of specified migration plan status |
Properties
MigrationTimeEstimationInfoList |
Gets or sets the list of migration plan in the given state |
MigrationTimeEstimationStatus |
Gets or sets the migration estimation 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 plan list to string desired format |
Applies to
Azure SDK for .NET