Delen via


MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel Class

Definition

The MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel.

public class MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel : Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlOfflineTaskOutput, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel>
type MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel = class
    inherit MigrateMySqlAzureDBForMySqlOfflineTaskOutput
    interface IJsonModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel>
    interface IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel>
Public Class MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel
Inherits MigrateMySqlAzureDBForMySqlOfflineTaskOutput
Implements IJsonModel(Of MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel), IPersistableModel(Of MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel)
Inheritance
MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel
Implements

Properties

Databases

Selected databases as a map from database name to database id.

DatabaseSummary

Summary of database results in the migration.

DurationInSeconds

Duration of task execution in seconds.

EndedOn

Migration end time.

ExceptionsAndWarnings

Migration exceptions and warnings.

Id

Result identifier.

(Inherited from MigrateMySqlAzureDBForMySqlOfflineTaskOutput)
LastStorageUpdate

Last time the storage was updated.

Message

Migration progress message.

MigrationReportResult

Migration Report Result, provides unique url for downloading your migration report.

SourceServerBrandVersion

Source server brand version.

SourceServerVersion

Source server version.

StartedOn

Migration start time.

Status

Current status of migration.

StatusMessage

Migration status message.

TargetServerBrandVersion

Target server brand version.

TargetServerVersion

Target server version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MigrateMySqlAzureDBForMySqlOfflineTaskOutput)
IJsonModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateMySqlAzureDBForMySqlOfflineTaskOutput)
IJsonModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MigrateMySqlAzureDBForMySqlOfflineTaskOutput)
IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MigrateMySqlAzureDBForMySqlOfflineTaskOutput)
IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MigrateMySqlAzureDBForMySqlOfflineTaskOutput)
IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutputMigrationLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to