ConnectToTargetAzureDbForMySqlTaskInput 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 validates connection to Azure Database for MySQL and target server requirements
public class ConnectToTargetAzureDbForMySqlTaskInput
type ConnectToTargetAzureDbForMySqlTaskInput = class
Public Class ConnectToTargetAzureDbForMySqlTaskInput
- Inheritance
-
ConnectToTargetAzureDbForMySqlTaskInput
Constructors
ConnectToTargetAzureDbForMySqlTaskInput() |
Initializes a new instance of the ConnectToTargetAzureDbForMySqlTaskInput class. |
ConnectToTargetAzureDbForMySqlTaskInput(MySqlConnectionInfo, MySqlConnectionInfo) |
Initializes a new instance of the ConnectToTargetAzureDbForMySqlTaskInput class. |
Properties
SourceConnectionInfo |
Gets or sets connection information for source MySQL server |
TargetConnectionInfo |
Gets or sets connection information for target Azure Database for MySQL server |
Methods
Validate() |
Validate the object. |