MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel Constructors
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.
Overloads
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. |
MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel()
Initializes a new instance of the MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel class.
public MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel ();
Public Sub New ()
Applies to
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.
public MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel (string id = default, string sourceDatabaseName = default, string migrationState = default, DateTimeOffset? startedOn = default, DateTimeOffset? endedOn = default, Microsoft.Azure.Management.DataMigration.Models.BackupSetInfo fullBackupSetInfo = default, Microsoft.Azure.Management.DataMigration.Models.BackupSetInfo lastRestoredBackupSetInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.BackupSetInfo> activeBackupSets = default, string containerName = default, string errorPrefix = default, bool? isFullBackupRestored = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> exceptionsAndWarnings = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel : string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Microsoft.Azure.Management.DataMigration.Models.BackupSetInfo * Microsoft.Azure.Management.DataMigration.Models.BackupSetInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.BackupSetInfo> * string * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> -> Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel
Public Sub New (Optional id As String = Nothing, Optional sourceDatabaseName As String = Nothing, Optional migrationState As String = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional endedOn As Nullable(Of DateTimeOffset) = Nothing, Optional fullBackupSetInfo As BackupSetInfo = Nothing, Optional lastRestoredBackupSetInfo As BackupSetInfo = Nothing, Optional activeBackupSets As IList(Of BackupSetInfo) = Nothing, Optional containerName As String = Nothing, Optional errorPrefix As String = Nothing, Optional isFullBackupRestored As Nullable(Of Boolean) = Nothing, Optional exceptionsAndWarnings As IList(Of ReportableException) = Nothing)
Parameters
- id
- String
Result identifier
- sourceDatabaseName
- String
Name of the database
- migrationState
- String
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'
- startedOn
- Nullable<DateTimeOffset>
Database migration start time
- endedOn
- Nullable<DateTimeOffset>
Database migration end time
- fullBackupSetInfo
- BackupSetInfo
Details of full backup set
- lastRestoredBackupSetInfo
- BackupSetInfo
Last applied backup set information
- activeBackupSets
- IList<BackupSetInfo>
Backup sets that are currently active (Either being uploaded or getting restored)
- containerName
- String
Name of container created in the Azure Storage account where backups are copied to
- errorPrefix
- String
prefix string to use for querying errors for this database
Whether full backup has been applied to the target database or not
- exceptionsAndWarnings
- IList<ReportableException>
Migration exceptions and warnings