共用方式為


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(MySqlConnectionInfo, MySqlConnectionInfo, IEnumerable<MigrateMySqlAzureDBForMySqlOfflineDatabaseInput>)

Initializes a new instance of MigrateMySqlAzureDBForMySqlOfflineTaskInput.

Properties

EncryptedKeyForSecureFields

encrypted key for secure fields.

MakeSourceServerReadOnly

Setting to set the source server read only.

OptionalAgentSettings

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

SelectedDatabases

Databases to migrate.

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