MigrateSqlServerSqlMITaskOutputMigrationLevel interface
Output for task that migrates SQL Server databases to Azure SQL Database Managed Instance.
- Extends
Properties
| agent |
Selected agent jobs as a map from name to id NOTE: This property will not be serialized. It can only be populated by the server. |
| databases | Selected databases as a map from database name to database id NOTE: This property will not be serialized. It can only be populated by the server. |
| ended |
Migration end time NOTE: This property will not be serialized. It can only be populated by the server. |
| exceptions |
Migration exceptions and warnings. NOTE: This property will not be serialized. It can only be populated by the server. |
| logins | Selected logins as a map from name to id NOTE: This property will not be serialized. It can only be populated by the server. |
| message | Migration progress message NOTE: This property will not be serialized. It can only be populated by the server. |
| orphaned |
List of orphaned users. NOTE: This property will not be serialized. It can only be populated by the server. |
| result |
Polymorphic discriminator, which specifies the different types this object can be |
| server |
Map of server role migration results. NOTE: This property will not be serialized. It can only be populated by the server. |
| source |
Source server brand version NOTE: This property will not be serialized. It can only be populated by the server. |
| source |
Source server version NOTE: This property will not be serialized. It can only be populated by the server. |
| started |
Migration start time NOTE: This property will not be serialized. It can only be populated by the server. |
| state | Current state of migration NOTE: This property will not be serialized. It can only be populated by the server. |
| status | Current status of migration NOTE: This property will not be serialized. It can only be populated by the server. |
| target |
Target server brand version NOTE: This property will not be serialized. It can only be populated by the server. |
| target |
Target server version NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
agentJobs
Selected agent jobs as a map from name to id NOTE: This property will not be serialized. It can only be populated by the server.
agentJobs?: string
Property Value
string
databases
Selected databases as a map from database name to database id NOTE: This property will not be serialized. It can only be populated by the server.
databases?: string
Property Value
string
endedOn
Migration end time NOTE: This property will not be serialized. It can only be populated by the server.
endedOn?: Date
Property Value
Date
exceptionsAndWarnings
Migration exceptions and warnings. NOTE: This property will not be serialized. It can only be populated by the server.
exceptionsAndWarnings?: ReportableException[]
Property Value
logins
Selected logins as a map from name to id NOTE: This property will not be serialized. It can only be populated by the server.
logins?: string
Property Value
string
message
Migration progress message NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
orphanedUsersInfo
List of orphaned users. NOTE: This property will not be serialized. It can only be populated by the server.
orphanedUsersInfo?: OrphanedUserInfo[]
Property Value
resultType
Polymorphic discriminator, which specifies the different types this object can be
resultType: "MigrationLevelOutput"
Property Value
"MigrationLevelOutput"
serverRoleResults
Map of server role migration results. NOTE: This property will not be serialized. It can only be populated by the server.
serverRoleResults?: string
Property Value
string
sourceServerBrandVersion
Source server brand version NOTE: This property will not be serialized. It can only be populated by the server.
sourceServerBrandVersion?: string
Property Value
string
sourceServerVersion
Source server version NOTE: This property will not be serialized. It can only be populated by the server.
sourceServerVersion?: string
Property Value
string
startedOn
Migration start time NOTE: This property will not be serialized. It can only be populated by the server.
startedOn?: Date
Property Value
Date
state
Current state of migration NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
status
Current status of migration NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
targetServerBrandVersion
Target server brand version NOTE: This property will not be serialized. It can only be populated by the server.
targetServerBrandVersion?: string
Property Value
string
targetServerVersion
Target server version NOTE: This property will not be serialized. It can only be populated by the server.
targetServerVersion?: string
Property Value
string
Inherited Property Details
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From MigrateSqlServerSqlMITaskOutput.id