Delen via


MigrateMySqlAzureDBForMySqlSyncTaskInput Class

Definition

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

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

Constructors

MigrateMySqlAzureDBForMySqlSyncTaskInput(MySqlConnectionInfo, MySqlConnectionInfo, IEnumerable<MigrateMySqlAzureDBForMySqlSyncDatabaseInput>)

Initializes a new instance of MigrateMySqlAzureDBForMySqlSyncTaskInput.

Properties

SelectedDatabases

Databases to migrate.

SourceConnectionInfo

Connection information for source MySQL.

TargetConnectionInfo

Connection information for target Azure Database for MySQL.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to