Поделиться через


MigrateMySqlAzureDBForMySqlSyncDatabaseInput Class

Definition

Database specific information for MySQL to Azure Database for MySQL migration task inputs.

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

Constructors

MigrateMySqlAzureDBForMySqlSyncDatabaseInput()

Initializes a new instance of MigrateMySqlAzureDBForMySqlSyncDatabaseInput.

Properties

MigrationSetting

Migration settings which tune the migration behavior.

Name

Name of the database.

SourceSetting

Source settings to tune source endpoint migration behavior.

TableMap

Mapping of source to target tables.

TargetDatabaseName

Name of target database. Note: Target database will be truncated before starting migration.

TargetSetting

Target settings to tune target endpoint migration behavior.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateMySqlAzureDBForMySqlSyncDatabaseInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateMySqlAzureDBForMySqlSyncDatabaseInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncDatabaseInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncDatabaseInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncDatabaseInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to