MySqlConnectionInfo 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.
Information for connecting to MySQL server.
public class MySqlConnectionInfo : Azure.ResourceManager.DataMigration.Models.ConnectionInfo
type MySqlConnectionInfo = class
inherit ConnectionInfo
Public Class MySqlConnectionInfo
Inherits ConnectionInfo
- Inheritance
Constructors
MySqlConnectionInfo(String, Int32) |
Initializes a new instance of MySqlConnectionInfo. |
Properties
AdditionalSettings |
Additional connection settings. |
Authentication |
Authentication type to use for connection. |
DataSource |
Data source. |
EncryptConnection |
Whether to encrypt the connection. |
Password |
Password credential. (Inherited from ConnectionInfo) |
Port |
Port for Server. |
ServerName |
Name of the server. |
UserName |
User name. (Inherited from ConnectionInfo) |
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