Partager via


MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel Class

Definition

[Newtonsoft.Json.JsonObject("DatabaseLevelOutput")]
public class MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMISyncTaskOutput
[<Newtonsoft.Json.JsonObject("DatabaseLevelOutput")>]
type MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel = class
    inherit MigrateSqlServerSqlMISyncTaskOutput
Public Class MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel
Inherits MigrateSqlServerSqlMISyncTaskOutput
Inheritance
MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel()

Initializes a new instance of the MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel class.

MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel(String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, BackupSetInfo, BackupSetInfo, IList<BackupSetInfo>, String, String, Nullable<Boolean>, IList<ReportableException>)

Initializes a new instance of the MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel class.

Properties

ActiveBackupSets

Gets backup sets that are currently active (Either being uploaded or getting restored)

ContainerName

Gets name of container created in the Azure Storage account where backups are copied to

EndedOn

Gets database migration end time

ErrorPrefix

Gets prefix string to use for querying errors for this database

ExceptionsAndWarnings

Gets migration exceptions and warnings

FullBackupSetInfo

Gets details of full backup set

Id

Gets result identifier

(Inherited from MigrateSqlServerSqlMISyncTaskOutput)
IsFullBackupRestored

Gets whether full backup has been applied to the target database or not

LastRestoredBackupSetInfo

Gets last applied backup set information

MigrationState

Gets current state of database Possible values include: 'UNDEFINED', 'INITIAL', 'FULL_BACKUP_UPLOAD_START', 'LOG_SHIPPING_START', 'UPLOAD_LOG_FILES_START', 'CUTOVER_START', 'POST_CUTOVER_COMPLETE', 'COMPLETED', 'CANCELLED', 'FAILED'

SourceDatabaseName

Gets name of the database

StartedOn

Gets database migration start time

Applies to