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


MigrateMySqlAzureDBForMySqlOfflineDatabaseInput Class

Definition

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

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

Constructors

MigrateMySqlAzureDBForMySqlOfflineDatabaseInput()

Initializes a new instance of MigrateMySqlAzureDBForMySqlOfflineDatabaseInput.

Properties

Name

Name of the database.

TableMap

Mapping of source to target tables.

TargetDatabaseName

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateMySqlAzureDBForMySqlOfflineDatabaseInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateMySqlAzureDBForMySqlOfflineDatabaseInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineDatabaseInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineDatabaseInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineDatabaseInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to