MigrateMySqlAzureDBForMySqlOfflineTaskInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Input for the task that migrates MySQL databases to Azure Database for MySQL for offline migrations.
public class MigrateMySqlAzureDBForMySqlOfflineTaskInput
type MigrateMySqlAzureDBForMySqlOfflineTaskInput = class
Public Class MigrateMySqlAzureDBForMySqlOfflineTaskInput
- Inheritance
-
MigrateMySqlAzureDBForMySqlOfflineTaskInput
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. |
Applies to
Azure SDK for .NET