MigrateSqlServerSqlMITaskOutputMigrationLevel 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.
The MigrateSqlServerSqlMITaskOutputMigrationLevel.
public class MigrateSqlServerSqlMITaskOutputMigrationLevel : Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMITaskOutput, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMITaskOutputMigrationLevel>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMITaskOutputMigrationLevel>
type MigrateSqlServerSqlMITaskOutputMigrationLevel = class
inherit MigrateSqlServerSqlMITaskOutput
interface IJsonModel<MigrateSqlServerSqlMITaskOutputMigrationLevel>
interface IPersistableModel<MigrateSqlServerSqlMITaskOutputMigrationLevel>
Public Class MigrateSqlServerSqlMITaskOutputMigrationLevel
Inherits MigrateSqlServerSqlMITaskOutput
Implements IJsonModel(Of MigrateSqlServerSqlMITaskOutputMigrationLevel), IPersistableModel(Of MigrateSqlServerSqlMITaskOutputMigrationLevel)
- Inheritance
- Implements
Properties
AgentJobs |
Selected agent jobs as a map from name to id. |
Databases |
Selected databases as a map from database name to database id. |
EndedOn |
Migration end time. |
ExceptionsAndWarnings |
Migration exceptions and warnings. |
Id |
Result identifier. (Inherited from MigrateSqlServerSqlMITaskOutput) |
Logins |
Selected logins as a map from name to id. |
Message |
Migration progress message. |
OrphanedUsersInfo |
List of orphaned users. |
ServerRoleResults |
Map of server role migration results. |
SourceServerBrandVersion |
Source server brand version. |
SourceServerVersion |
Source server version. |
StartedOn |
Migration start time. |
State |
Current state of migration. |
Status |
Current status of migration. |
TargetServerBrandVersion |
Target server brand version. |
TargetServerVersion |
Target server version. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |