ConnectToTargetAzureDBForMySqlTaskInput Constructor
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.
Initializes a new instance of ConnectToTargetAzureDBForMySqlTaskInput.
public ConnectToTargetAzureDBForMySqlTaskInput (Azure.ResourceManager.DataMigration.Models.MySqlConnectionInfo sourceConnectionInfo, Azure.ResourceManager.DataMigration.Models.MySqlConnectionInfo targetConnectionInfo);
new Azure.ResourceManager.DataMigration.Models.ConnectToTargetAzureDBForMySqlTaskInput : Azure.ResourceManager.DataMigration.Models.MySqlConnectionInfo * Azure.ResourceManager.DataMigration.Models.MySqlConnectionInfo -> Azure.ResourceManager.DataMigration.Models.ConnectToTargetAzureDBForMySqlTaskInput
Public Sub New (sourceConnectionInfo As MySqlConnectionInfo, targetConnectionInfo As MySqlConnectionInfo)
Parameters
- sourceConnectionInfo
- MySqlConnectionInfo
Connection information for source MySQL server.
- targetConnectionInfo
- MySqlConnectionInfo
Connection information for target Azure Database for MySQL server.
Exceptions
sourceConnectionInfo
or targetConnectionInfo
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET