MigrateSqlServerSqlMITaskOutputDatabaseLevel 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
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. |
MigrateSqlServerSqlMITaskOutputDatabaseLevel()
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputDatabaseLevel class.
public MigrateSqlServerSqlMITaskOutputDatabaseLevel ();
Public Sub New ()
Applies to
MigrateSqlServerSqlMITaskOutputDatabaseLevel(String, String, Nullable<Double>, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, IList<ReportableException>)
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputDatabaseLevel class.
public MigrateSqlServerSqlMITaskOutputDatabaseLevel (string id = default, string databaseName = default, double? sizeMb = default, string state = default, string stage = default, DateTimeOffset? startedOn = default, DateTimeOffset? endedOn = default, string message = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> exceptionsAndWarnings = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMITaskOutputDatabaseLevel : string * string * Nullable<double> * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> -> Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMITaskOutputDatabaseLevel
Public Sub New (Optional id As String = Nothing, Optional databaseName As String = Nothing, Optional sizeMb As Nullable(Of Double) = Nothing, Optional state As String = Nothing, Optional stage As String = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional endedOn As Nullable(Of DateTimeOffset) = Nothing, Optional message As String = Nothing, Optional exceptionsAndWarnings As IList(Of ReportableException) = Nothing)
Parameters
- id
- String
Result identifier
- databaseName
- String
Name of the database
- state
- String
Current state of migration Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped'
- stage
- String
Current stage of migration Possible values include: 'None', 'Initialize', 'Backup', 'FileCopy', 'Restore', 'Completed'
- startedOn
- Nullable<DateTimeOffset>
Migration start time
- endedOn
- Nullable<DateTimeOffset>
Migration end time
- message
- String
Migration progress message
- exceptionsAndWarnings
- IList<ReportableException>
Migration exceptions and warnings