你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MigrateMySqlAzureDBForMySqlOfflineTaskInput Class

Definition

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

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

Constructors

MigrateMySqlAzureDBForMySqlOfflineTaskInput(DataMigrationMySqlConnectionInfo, DataMigrationMySqlConnectionInfo, IEnumerable<MigrateMySqlAzureDBForMySqlOfflineDatabaseInput>)

Initializes a new instance of MigrateMySqlAzureDBForMySqlOfflineTaskInput.

Properties

EncryptedKeyForSecureFields

encrypted key for secure fields.

OptionalAgentSettings

Optional parameters for fine tuning the data transfer rate during migration.

SelectedDatabases

Databases to migrate.

ShouldMakeSourceServerReadOnly

Setting to set the source server read only.

SourceConnectionInfo

Connection information for source MySQL.

StartedOn

Parameter to specify when the migration started.

TargetConnectionInfo

Connection information for target Azure Database for MySQL.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateMySqlAzureDBForMySqlOfflineTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateMySqlAzureDBForMySqlOfflineTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to