MigrateSqlServerSqlDbTaskOutputMigrationLevel 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("MigrationLevelOutput")]
public class MigrateSqlServerSqlDbTaskOutputMigrationLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbTaskOutput
[<Newtonsoft.Json.JsonObject("MigrationLevelOutput")>]
type MigrateSqlServerSqlDbTaskOutputMigrationLevel = class
inherit MigrateSqlServerSqlDbTaskOutput
Public Class MigrateSqlServerSqlDbTaskOutputMigrationLevel
Inherits MigrateSqlServerSqlDbTaskOutput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateSqlServerSqlDbTaskOutputMigrationLevel() |
Initializes a new instance of the MigrateSqlServerSqlDbTaskOutputMigrationLevel class. |
MigrateSqlServerSqlDbTaskOutputMigrationLevel(String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int64>, String, String, String, IDictionary<String,String>, IDictionary<String,DatabaseSummaryResult>, MigrationValidationResult, MigrationReportResult, String, String, String, String, IList<ReportableException>) |
Initializes a new instance of the MigrateSqlServerSqlDbTaskOutputMigrationLevel class. |
Properties
Databases |
Gets selected databases as a map from database name to database id |
DatabaseSummary |
Gets summary of database results in the migration |
DurationInSeconds |
Gets duration of task execution in seconds. |
EndedOn |
Gets migration end time |
ExceptionsAndWarnings |
Gets migration exceptions and warnings. |
Id |
Gets result identifier (Inherited from MigrateSqlServerSqlDbTaskOutput) |
Message |
Gets migration progress message |
MigrationReportResult |
Gets or sets migration Report Result, provides unique url for downloading your migration report. |
MigrationValidationResult |
Gets or sets migration Validation Results |
SourceServerBrandVersion |
Gets source server brand version |
SourceServerVersion |
Gets source server version |
StartedOn |
Gets migration start time |
Status |
Gets current status of migration Possible values include: 'Default', 'Connecting', 'SourceAndTargetSelected', 'SelectLogins', 'Configured', 'Running', 'Error', 'Stopped', 'Completed', 'CompletedWithWarnings' |
StatusMessage |
Gets migration status message |
TargetServerBrandVersion |
Gets target server brand version |
TargetServerVersion |
Gets target server version |