MigrateSqlServerSqlMITaskOutputDatabaseLevel 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.
[Newtonsoft.Json.JsonObject("DatabaseLevelOutput")]
public class MigrateSqlServerSqlMITaskOutputDatabaseLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMITaskOutput
[<Newtonsoft.Json.JsonObject("DatabaseLevelOutput")>]
type MigrateSqlServerSqlMITaskOutputDatabaseLevel = class
inherit MigrateSqlServerSqlMITaskOutput
Public Class MigrateSqlServerSqlMITaskOutputDatabaseLevel
Inherits MigrateSqlServerSqlMITaskOutput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateSqlServerSqlMITaskOutputDatabaseLevel() |
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputDatabaseLevel class. |
MigrateSqlServerSqlMITaskOutputDatabaseLevel(String, String, Nullable<Double>, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, IList<ReportableException>) |
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputDatabaseLevel class. |
Properties
DatabaseName |
Gets name of the database |
EndedOn |
Gets migration end time |
ExceptionsAndWarnings |
Gets migration exceptions and warnings |
Id |
Gets result identifier (Inherited from MigrateSqlServerSqlMITaskOutput) |
Message |
Gets migration progress message |
SizeMb |
Gets size of the database in megabytes |
Stage |
Gets current stage of migration Possible values include: 'None', 'Initialize', 'Backup', 'FileCopy', 'Restore', 'Completed' |
StartedOn |
Gets migration start time |
State |
Gets current state of migration Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' |