MigrateSqlServerSqlMITaskOutputMigrationLevel 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
MigrateSqlServerSqlMITaskOutputMigrationLevel() |
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputMigrationLevel class. |
MigrateSqlServerSqlMITaskOutputMigrationLevel(String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, IDictionary<String, String>, IDictionary<String,String>, String, IDictionary<String, StartMigrationScenarioServerRoleResult>, IList<OrphanedUserInfo>, IDictionary<String,String>, String, String, String, String, IList<ReportableException>) |
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputMigrationLevel class. |
MigrateSqlServerSqlMITaskOutputMigrationLevel()
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputMigrationLevel class.
public MigrateSqlServerSqlMITaskOutputMigrationLevel ();
Public Sub New ()
Applies to
MigrateSqlServerSqlMITaskOutputMigrationLevel(String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, IDictionary<String, String>, IDictionary<String,String>, String, IDictionary<String, StartMigrationScenarioServerRoleResult>, IList<OrphanedUserInfo>, IDictionary<String,String>, String, String, String, String, IList<ReportableException>)
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputMigrationLevel class.
public MigrateSqlServerSqlMITaskOutputMigrationLevel (string id = default, DateTimeOffset? startedOn = default, DateTimeOffset? endedOn = default, string status = default, string state = default, System.Collections.Generic.IDictionary<string,string> agentJobs = default, System.Collections.Generic.IDictionary<string,string> logins = default, string message = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataMigration.Models.StartMigrationScenarioServerRoleResult> serverRoleResults = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.OrphanedUserInfo> orphanedUsersInfo = default, System.Collections.Generic.IDictionary<string,string> databases = default, string sourceServerVersion = default, string sourceServerBrandVersion = default, string targetServerVersion = default, string targetServerBrandVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> exceptionsAndWarnings = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMITaskOutputMigrationLevel : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataMigration.Models.StartMigrationScenarioServerRoleResult> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.OrphanedUserInfo> * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> -> Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMITaskOutputMigrationLevel
Public Sub New (Optional id As String = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional endedOn As Nullable(Of DateTimeOffset) = Nothing, Optional status As String = Nothing, Optional state As String = Nothing, Optional agentJobs As IDictionary(Of String, String) = Nothing, Optional logins As IDictionary(Of String, String) = Nothing, Optional message As String = Nothing, Optional serverRoleResults As IDictionary(Of String, StartMigrationScenarioServerRoleResult) = Nothing, Optional orphanedUsersInfo As IList(Of OrphanedUserInfo) = Nothing, Optional databases As IDictionary(Of String, String) = Nothing, Optional sourceServerVersion As String = Nothing, Optional sourceServerBrandVersion As String = Nothing, Optional targetServerVersion As String = Nothing, Optional targetServerBrandVersion As String = Nothing, Optional exceptionsAndWarnings As IList(Of ReportableException) = Nothing)
Parameters
- id
- String
Result identifier
- startedOn
- Nullable<DateTimeOffset>
Migration start time
- endedOn
- Nullable<DateTimeOffset>
Migration end time
- status
- String
Current status of migration Possible values include: 'Default', 'Connecting', 'SourceAndTargetSelected', 'SelectLogins', 'Configured', 'Running', 'Error', 'Stopped', 'Completed', 'CompletedWithWarnings'
- state
- String
Current state of migration Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped'
- agentJobs
- IDictionary<String,String>
Selected agent jobs as a map from name to id
- logins
- IDictionary<String,String>
Selected logins as a map from name to id
- message
- String
Migration progress message
- serverRoleResults
- IDictionary<String,StartMigrationScenarioServerRoleResult>
Map of server role migration results.
- orphanedUsersInfo
- IList<OrphanedUserInfo>
List of orphaned users.
- databases
- IDictionary<String,String>
Selected databases as a map from database name to database id
- sourceServerVersion
- String
Source server version
- sourceServerBrandVersion
- String
Source server brand version
- targetServerVersion
- String
Target server version
- targetServerBrandVersion
- String
Target server brand version
- exceptionsAndWarnings
- IList<ReportableException>
Migration exceptions and warnings.