다음을 통해 공유


MigrateMySqlAzureDBForMySqlSyncTaskOutputMigrationLevel Class

Definition

The MigrateMySqlAzureDBForMySqlSyncTaskOutputMigrationLevel.

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

Properties

EndedOn

Migration end time.

Id

Result identifier.

(Inherited from MigrateMySqlAzureDBForMySqlSyncTaskOutput)
SourceServer

Source server name.

SourceServerVersion

Source server version.

StartedOn

Migration start time.

TargetServer

Target server name.

TargetServerVersion

Target server version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateMySqlAzureDBForMySqlSyncTaskOutput)
IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputMigrationLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputMigrationLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MigrateMySqlAzureDBForMySqlSyncTaskOutput)
IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputMigrationLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputMigrationLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputMigrationLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to