MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel interface

Output for the task that migrates MySQL databases to Azure Database for MySQL for online migrations

Extends

Properties

endedOn

Migration end time NOTE: This property will not be serialized. It can only be populated by the server.

resultType

Polymorphic discriminator, which specifies the different types this object can be

sourceServer

Source server name NOTE: This property will not be serialized. It can only be populated by the server.

sourceServerVersion

Source server version NOTE: This property will not be serialized. It can only be populated by the server.

startedOn

Migration start time NOTE: This property will not be serialized. It can only be populated by the server.

targetServer

Target server name NOTE: This property will not be serialized. It can only be populated by the server.

targetServerVersion

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

endedOn

Migration end time NOTE: This property will not be serialized. It can only be populated by the server.

endedOn?: Date

Property Value

Date

resultType

Polymorphic discriminator, which specifies the different types this object can be

resultType: "MigrationLevelOutput"

Property Value

"MigrationLevelOutput"

sourceServer

Source server name NOTE: This property will not be serialized. It can only be populated by the server.

sourceServer?: 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

targetServer

Target server name NOTE: This property will not be serialized. It can only be populated by the server.

targetServer?: 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 MigrateMySqlAzureDbForMySqlSyncTaskOutput.id