MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel 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 MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMISyncTaskOutput
[<Newtonsoft.Json.JsonObject("DatabaseLevelOutput")>]
type MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel = class
inherit MigrateSqlServerSqlMISyncTaskOutput
Public Class MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel
Inherits MigrateSqlServerSqlMISyncTaskOutput
- Inheritance
- 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 |