ConnectToSourceMySqlTaskInput 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 MySQL database connection
public class ConnectToSourceMySqlTaskInput
type ConnectToSourceMySqlTaskInput = class
Public Class ConnectToSourceMySqlTaskInput
- Inheritance
-
ConnectToSourceMySqlTaskInput
Constructors
ConnectToSourceMySqlTaskInput() |
Initializes a new instance of the ConnectToSourceMySqlTaskInput class. |
ConnectToSourceMySqlTaskInput(MySqlConnectionInfo, String, Nullable<ServerLevelPermissionsGroup>) |
Initializes a new instance of the ConnectToSourceMySqlTaskInput class. |
Properties
CheckPermissionsGroup |
Gets or sets permission group for validations Possible values include: 'Default', 'MigrationFromSqlServerToAzureDB', 'MigrationFromSqlServerToAzureMI', 'MigrationFromMySQLToAzureDBForMySQL' |
SourceConnectionInfo |
Gets or sets information for connecting to MySQL source |
TargetPlatform |
Gets or sets target Platform for the migration Possible values include: 'SqlServer', 'AzureDbForMySQL' |
Methods
Validate() |
Validate the object. |