你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |